File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ steps:
169169 echo "Proxy test completed successfully as part of terraform resource up status check"
170170
171171 else
172- echo "running: $test_cmd -v -c"
172+ echo "running: $test_cmd -v -c -k test_proxy.TestProxyHealthcheck -k test_proxy.TestMtls "
173173 $test_cmd -v -c
174174 fi
175175 workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/e2e"
Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ def test_mtls(self):
4343 ImmunisationApi .make_request_with_backoff (
4444 http_method = "GET" ,
4545 url = backend_health ,
46- headers = {"X-Request-ID" : str (uuid .uuid4 ())})
46+ headers = {"X-Request-ID" : str (uuid .uuid4 ())},
47+ expected_status_code = 200 )
4748 self .assertTrue ("RemoteDisconnected" in str (e .exception ))
4849
4950 @staticmethod
You can’t perform that action at this time.
0 commit comments