Skip to content

Commit

Permalink
Merge pull request #600 from roboflow/fix/fix_platform_tests
Browse files Browse the repository at this point in the history
Fix integration tests
  • Loading branch information
PawelPeczek-Roboflow authored Aug 23, 2024
2 parents bbf64e1 + 2071b19 commit eef8e9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/inference/hosted_platform_tests/test_roboflow_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ def test_infer_from_classification_model_when_valid_response_expected(
assert set(response.keys()) == {
"image",
"predictions",
"inference_id",
"predicted_classes",
"time",
}, "Expected all required keys to be provided in response"
Expand Down Expand Up @@ -657,6 +658,7 @@ def test_infer_from_classification_model_when_valid_response_expected_with_visua
assert set(response.keys()) == {
"visualization",
"image",
"inference_id",
"predictions",
"predicted_classes",
"time",
Expand Down

0 comments on commit eef8e9d

Please sign in to comment.