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 dcedc10 commit 866ba2bCopy full SHA for 866ba2b
tests/test_e2e.py
@@ -1241,9 +1241,6 @@ def test_at_pop_calling_pattern(self):
1241
resp = requests.get(api_endpoint, verify=False, headers={
1242
"Authorization": "pop {}".format(result["access_token"]),
1243
})
1244
- if resp.status_code != 200:
1245
- # TODO https://teams.microsoft.com/l/message/19:b1697a70b1de43ddaea281d98ff2e985@thread.v2/1700184847801?context=%7B%22contextType%22%3A%22chat%22%7D
1246
- self.skipTest("We haven't got this end-to-end test case working")
1247
self.assertEqual(resp.status_code, 200, "POP resource should be accessible")
1248
1249
def _extract_pop_nonce(self, www_authenticate):
0 commit comments