Skip to content

Commit 866ba2b

Browse files
committed
AT POP with SHR is tested with Graph end-to-end
1 parent dcedc10 commit 866ba2b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_e2e.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,9 +1241,6 @@ def test_at_pop_calling_pattern(self):
12411241
resp = requests.get(api_endpoint, verify=False, headers={
12421242
"Authorization": "pop {}".format(result["access_token"]),
12431243
})
1244-
if resp.status_code != 200:
1245-
# TODO https://teams.microsoft.com/l/message/19:[email protected]/1700184847801?context=%7B%22contextType%22%3A%22chat%22%7D
1246-
self.skipTest("We haven't got this end-to-end test case working")
12471244
self.assertEqual(resp.status_code, 200, "POP resource should be accessible")
12481245

12491246
def _extract_pop_nonce(self, www_authenticate):

0 commit comments

Comments
 (0)