Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a1c3017

Browse files
committedJan 22, 2025·
Fixes linting
1 parent e6f946a commit a1c3017

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎tests/security/30_privileges_stack.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ teardown:
2525
"p1": {
2626
"application": "app",
2727
"name": "p1",
28-
"actions": [ "data:read/*" , "action:login" ],
28+
"actions": [ "data:read/*", "action:login" ],
2929
"metadata": {
3030
"key1" : "val1a",
3131
"key2" : "val2a"
@@ -97,7 +97,7 @@ teardown:
9797
"app.p1" : {
9898
"application": "app",
9999
"name": "p1",
100-
"actions": [ "data:read/*" , "action:login" ],
100+
"actions": [ "data:read/*", "action:login" ],
101101
"metadata": {
102102
"key3" : "val3"
103103
}
@@ -114,7 +114,7 @@ teardown:
114114
"app.p1" : {
115115
"application": "app",
116116
"name": "p1",
117-
"actions": [ "data:read/*" , "action:login" ],
117+
"actions": [ "data:read/*", "action:login" ],
118118
"metadata": {
119119
"key3" : "val3"
120120
}
@@ -124,7 +124,7 @@ teardown:
124124
"app.p2" : {
125125
"application": "app",
126126
"name": "p2",
127-
"actions": [ "data:read/*" , "action:login" ],
127+
"actions": [ "data:read/*", "action:login" ],
128128
"metadata": {
129129
"key1" : "val1b",
130130
"key2" : "val2b"

0 commit comments

Comments
 (0)
Please sign in to comment.