From 6508d992f4bbfcae21c7f1175c24e4076ade0ad5 Mon Sep 17 00:00:00 2001 From: Ray Luo Date: Thu, 16 Jan 2025 12:34:56 -0800 Subject: [PATCH] Try to suppress another verify=False --- tests/test_e2e.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_e2e.py b/tests/test_e2e.py index 048e1840..ad29e808 100644 --- a/tests/test_e2e.py +++ b/tests/test_e2e.py @@ -1323,7 +1323,7 @@ def test_at_pop_calling_pattern(self): # We skip it here because this test case has not yet initialize self.app # assert self.app.is_pop_supported() api_endpoint = "https://20.190.132.47/beta/me" - resp = requests.get(api_endpoint, verify=False) + resp = requests.get(api_endpoint, verify=False) # @suppress py/bandit/requests-ssl-verify-disabled self.assertEqual(resp.status_code, 401, "Initial call should end with an http 401 error") result = self._get_shr_pop(**dict( self.get_lab_user(usertype="cloud"), # This is generally not the current laptop's default AAD account