We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3d133 commit 3b1c8e8Copy full SHA for 3b1c8e8
tests/test_e2e.py
@@ -1323,7 +1323,7 @@ def test_at_pop_calling_pattern(self):
1323
# We skip it here because this test case has not yet initialize self.app
1324
# assert self.app.is_pop_supported()
1325
api_endpoint = "https://20.190.132.47/beta/me"
1326
- resp = requests.get(api_endpoint, verify=False)
+ resp = requests.get(api_endpoint, verify=False) # @suppress py/bandit/requests-ssl-verify-disabled
1327
self.assertEqual(resp.status_code, 401, "Initial call should end with an http 401 error")
1328
result = self._get_shr_pop(**dict(
1329
self.get_lab_user(usertype="cloud"), # This is generally not the current laptop's default AAD account
0 commit comments