Skip to content

Commit

Permalink
Infinite loop re-requesting manifest after it expired (#6441)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-ucsc committed Jul 24, 2024
1 parent b9726cf commit d709b1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/service/test_manifest_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,10 @@ def test(self,
self.assertEqual(301, response.json()['Status'])
else:
self.assertEqual(301, response.status_code)
# FIXME: Infinite loop re-requesting manifest after it expired
# https://github.com/DataBiosphere/azul/issues/6441
if False:
self.assertNotEqual(token_url, response.json()['Location'])

Check warning

Code scanning / CodeQL

Unreachable code Warning test

This statement is unreachable.

assert signed_manifest_key.encode() == manifest_url.path.segments[-1]
assert verify_manifest_key.not_called
Expand Down

0 comments on commit d709b1a

Please sign in to comment.