Skip to content

Commit

Permalink
Merging main branch into staging branch
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 11, 2024
2 parents 943940c + 2a93de3 commit 495c8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/smoke_tests/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def get_collection_count(self):
def create_and_publish_collection(self, dropbox_url):
collection_id = self.create_collection()
for _ in range(NUM_TEST_DATASETS):
upload_and_wait(collection_id, dropbox_url, cleanup=False)
upload_and_wait(self.session, self.api, self.curator_cookie, collection_id, dropbox_url)
self.publish_collection(collection_id)
print(f"created and published collection {collection_id}")

Expand Down

0 comments on commit 495c8a2

Please sign in to comment.