Skip to content

Commit

Permalink
fix inference request test
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvanie85 committed Jul 29, 2024
1 parent 72678a0 commit 997713c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_inference_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ def test_inference_request_successful(self, mock_container):
"box_id",
"inference_id",
"object_type_id",
"top_id"
"top_id",
"models",
"pipeline_id"
}

# Test the answers from inference_request
Expand Down

0 comments on commit 997713c

Please sign in to comment.