Skip to content

Commit c61aee6

Browse files
committed
CONT-593_fixing acceptance test for sensitive
1 parent 621d61c commit c61aee6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/acceptance/user_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@
400400
apply_manifest(pp_user_with_sensitive_password, catch_failures: true)
401401

402402
expect(user('sensitive_user')).to exist
403+
expect(user('sensitive_user').encrypted_password).not_to be_empty
403404
end
404405
end
405406
end

0 commit comments

Comments
 (0)