Skip to content

Commit

Permalink
Update error on tests (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr authored Dec 20, 2021
1 parent 829e925 commit 4663aad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_inference_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,3 @@ def test_inference_missing_input(self):
result = api({"question": "What's my name?"})
self.assertIsInstance(result, dict)
self.assertTrue("error" in result)
self.assertTrue("warnings" in result)
self.assertTrue(len(result["warnings"]) > 0)

0 comments on commit 4663aad

Please sign in to comment.