Skip to content

Commit

Permalink
Fix up integration test for max discovered files
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Nov 28, 2023
1 parent 80c9f91 commit 98cb974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_max_discovered_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_discover(self):
assert job_details["state"] == "error"
assert (
f"Job generated more than maximum number ({self.max_discovered_files}) of output datasets"
in job_details["job_messages"]
in job_details["job_messages"][0]["desc"]
)


Expand Down

0 comments on commit 98cb974

Please sign in to comment.