Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down