Skip to content

Commit

Permalink
fixing some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pschrammel committed Jun 27, 2024
1 parent bf27d8f commit c965b3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ async def test_can_get_crypto_from_s3(self):
b"ACME-SEC2",
"application/text",
"http://my-site.com",
false
)

data = await storage.get_crypto(filepath)
Expand All @@ -163,6 +164,7 @@ async def test_can_get_detector_data_from_s3(self):
b'{"some": "data"}',
"application/text",
"",
false
)

data = await storage.get_detector_data(filepath)
Expand Down

0 comments on commit c965b3c

Please sign in to comment.