Skip to content

Commit

Permalink
integration: Drop wait parameter from integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: hamistao <[email protected]>
  • Loading branch information
hamistao committed Jan 9, 2025
1 parent 2e3d299 commit 6f56d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/test_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_create(self):

with open(path, "rb") as f:
data = f.read()
image = self.client.images.create(data, wait=True)
image = self.client.images.create(data)

self.assertEqual(fingerprint, image.fingerprint)

Expand Down

0 comments on commit 6f56d45

Please sign in to comment.