File tree 1 file changed +4
-0
lines changed
testsuite/tests/singlecluster/authorino/response
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ def assert_headers(response):
51
51
assert response .headers ["x-dynamic-header" ] == TESTING_PATH
52
52
53
53
54
+ @pytest .mark .xfail
55
+ @pytest .mark .issue ("https://github.com/Kuadrant/kuadrant-operator/issues/1022" )
54
56
def test_unauthenticated (client ):
55
57
"""Test when no auth is passed results in custom unauthenticated response."""
56
58
response = client .get (TESTING_PATH , auth = None )
@@ -60,6 +62,8 @@ def test_unauthenticated(client):
60
62
assert response .content .decode () == "You are unauthenticated."
61
63
62
64
65
+ @pytest .mark .xfail
66
+ @pytest .mark .issue ("https://github.com/Kuadrant/kuadrant-operator/issues/1022" )
63
67
def test_unauthorized (client , auth ):
64
68
"""Test when not allowed path is passed results in custom unauthorized response."""
65
69
response = client .get (TESTING_PATH , auth = auth )
You can’t perform that action at this time.
0 commit comments