We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 386eaca commit b80c695Copy full SHA for b80c695
tests/security/130_user_profile.yml
@@ -37,7 +37,7 @@ teardown:
37
security.get_user_profile:
38
uid: "$profile_uid"
39
- set: { profiles.0: profile }
40
- - is_true: "$profile.enabled"
+ - is_true: "profile.enabled"
41
42
# disable the profile
43
- do:
@@ -47,7 +47,7 @@ teardown:
47
48
49
50
- - is_false: "$profile.enabled"
+ - is_false: "profile.enabled"
51
52
# enable again
53
@@ -57,7 +57,7 @@ teardown:
57
58
59
60
61
62
63
security.has_privileges_user_profile:
0 commit comments