Skip to content

Commit

Permalink
fix classification int test (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
magdyksaleh authored Dec 6, 2024
1 parent 79e4283 commit 61b40a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/test_classifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ def test_distilbert_ner():
)
response.raise_for_status()
print("RESPONSE FROM CLASSIFICATION: ", response.json())
assert len(response.json()["predictions"]) > 0
assert len(response.json()) > 0

0 comments on commit 61b40a8

Please sign in to comment.