Skip to content

Commit

Permalink
Update python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pleshakov committed Dec 2, 2020
1 parent 8686763 commit 0f3b908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/suite/test_jwt_policies_vsr.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def test_jwt_policy_delete_secret(
assert f"Request ID:" in resp1.text
assert crd_info["status"]["state"] == "Warning"
assert (
f'"{v_s_route_setup.route_m.namespace}/{secret}" which does not exist'
"references an invalid Secret: secret doesn't exist or of an unsupported type"
in crd_info["status"]["message"]
)
assert resp2.status_code == 500
Expand Down

0 comments on commit 0f3b908

Please sign in to comment.