Skip to content

Commit 32d8ecf

Browse files
committed
[Test] Fix integration test names on keycloak policy
Signed-off-by: Eloy Coto <[email protected]>
1 parent 9aabb52 commit 32d8ecf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

t/apicast-policy-keycloak-role-check.t

+7-7
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ run_tests();
2222

2323
__DATA__
2424
25-
=== TEST1: Role check succeeds (whitelist)
25+
=== TEST 1: Role check succeeds (whitelist)
2626
The client which has the appropriate role accesses the resource.
2727
--- backend
2828
location /transactions/oauth_authrep.xml {
@@ -94,7 +94,7 @@ oauth failed with
9494
9595
9696
97-
=== TEST2: Role check succeeds (blacklist)
97+
=== TEST 2: Role check succeeds (blacklist)
9898
The client which doesn't have the inappropriate role accesses the resource.
9999
--- backend
100100
location /transactions/oauth_authrep.xml {
@@ -169,7 +169,7 @@ oauth failed with
169169
170170
171171
172-
=== TEST3: Role check fails (whitelist)
172+
=== TEST 3: Role check fails (whitelist)
173173
The client which doesn't have the appropriate role accesses the resource.
174174
--- backend
175175
location /transactions/oauth_authrep.xml {
@@ -240,7 +240,7 @@ auth failed
240240
241241
242242
243-
=== TEST4: Role check fails (blacklist)
243+
=== TEST 4: Role check fails (blacklist)
244244
The client which has the inappropriate role accesses the resource.
245245
--- backend
246246
location /transactions/oauth_authrep.xml {
@@ -314,7 +314,7 @@ auth failed
314314
315315
316316
317-
=== TEST5: Role check succeeds with Liquid template (whitelist)
317+
=== TEST 5: Role check succeeds with Liquid template (whitelist)
318318
The client which has the appropriate role accesses the resource.
319319
--- backend
320320
location /transactions/oauth_authrep.xml {
@@ -395,7 +395,7 @@ yay, api backend
395395
oauth failed with
396396
397397
398-
=== TEST6: Role check with allow methods
398+
=== TEST 6: Role check with allow methods
399399
The client which has the appropriate role accesses the resource with only one method allowed
400400
--- backend
401401
location /transactions/oauth_authrep.xml {
@@ -473,7 +473,7 @@ The client which has the appropriate role accesses the resource with only one me
473473
oauth failed with
474474
475475
476-
=== TEST7: Role check with allow methods and blacklist mode
476+
=== TEST 7: Role check with allow methods and blacklist mode
477477
Check an allowed role with the blacklisted mode with methods
478478
--- backend
479479
location /transactions/oauth_authrep.xml {

0 commit comments

Comments
 (0)