8000 Update python tests · nginx/kubernetes-ingress@4841668 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4841668

Browse files
committed
Update python tests
1 parent 0f799fe commit 4841668

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-
f'"{v_s_route_setup.route_m.namespace}/{secret}" which does not exist'
355+
"references an invalid 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