File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 23
23
is_expected . to run . with_params ( sensitive ( 'password' ) ) . and_return ( '*2470C0C06DEE42FD1618BB99005ADCA2EC9D1E19' )
24
24
end
25
25
26
+ # Commented out due to: IAC-1677
26
27
# Test of a Returnvalue of Datatype Sensitive does not work
27
- it 'returns Sensitive with sensitive=true' do
28
- pending 'should have a Returnvalue of Datatype Sensitive'
29
- is_expected . to run . with_params ( 'password' , true ) . and_return ( sensitive ( '*2470C0C06DEE42FD1618BB99005ADCA2EC9D1E19' ) )
30
- end
28
+ # it 'returns Sensitive with sensitive=true' do
29
+ # pending 'should have a Returnvalue of Datatype Sensitive'
30
+ # is_expected.to run.with_params('password', true).and_return(sensitive('*2470C0C06DEE42FD1618BB99005ADCA2EC9D1E19'))
31
+ # end
31
32
32
33
it 'password should be String' do
33
34
is_expected . to run . with_params ( 123 ) . and_raise_error ( ArgumentError )
You can’t perform that action at this time.
0 commit comments