8000 Update python test for JWT policy · nginx/kubernetes-ingress@42563af · GitHub
[go: up one dir, main page]

Skip to content

Commit 42563af

Browse files
committed
Update python test for JWT policy
1 parent c2b385a commit 42563af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suite/test_jwt_policies_vsr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def test_jwt_policy_delete_secret(
352352
assert f"Request ID:" in resp1.text
353353
assert crd_info["status"]["state"] == "Warning"
354354
assert (
355-
"references an invalid Secret: secret doesn't exist or of an unsupported type"
355+
f"references an invalid secret {v_s_route_setup.route_m.namespace}/{secret}: secret doesn't exist or of an unsupported type"
356356
in crd_info["status"]["message"]
357357
)
358358
assert resp2.status_code == 500

0 commit comments

Comments
 (0)
0