Skip to content

Commit

Permalink
Wait for fetch_data upload job
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Nov 12, 2021
1 parent 0190610 commit 352d824
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/integration/test_upload_configuration_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,7 @@ def test_ftp_fetch(self):
"collection_type": "list",
"name": "cool collection",
}
response = self.fetch_target(target)
self._assert_status_code_is(response, 200)
response = self.fetch_target(target, assert_ok=True, wait=True)
response_object = response.json()
assert "output_collections" in response_object
output_collections = response_object["output_collections"]
Expand Down

0 comments on commit 352d824

Please sign in to comment.