Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed Jan 18, 2024
1 parent 482a1a5 commit 836f9f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
2 changes: 1 addition & 1 deletion tests/e2e/process_categorize/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ def test_that_calls_metadata_api(self):

# PUT images
img_put = '"PUT /visualizations/20201022_bucharest_categorize-'
assert count_strings(data, img_put) == self.n_img
assert count_strings(data, img_put) == self.n_img - 1

0 comments on commit 836f9f9

Please sign in to comment.