Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
znick committed Nov 5, 2023
1 parent 40d28ba commit 8ef3abc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions anytask/issues/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1177,8 +1177,6 @@ def test_rewrite_url_only_existing_many_refs(self):
expected_stdout = (expected_stdout * 2).strip()
file = File.objects.get(pk=file.pk)
cmd_out = out.getvalue().strip()
print(f">>>>>>>>>>>>>>>>>>>filename:{file.file.name} {S3OverlayStorage.is_s3_stored(file.file.name)}")
print(f"==============\n{expected_stdout}\n!=\n{cmd_out}\n======\n{err.getvalue().strip()}\n!!!!!!\n")
self.assertEqual(expected_stdout, cmd_out)
self.assertTrue(S3OverlayStorage.is_s3_stored(file.file.name))
self.assertTrue(self.s3_storage.exists(file.file.name))
Expand Down

0 comments on commit 8ef3abc

Please sign in to comment.