We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9580974 commit 56af968Copy full SHA for 56af968
edge_model_serving/tflite_serving/tests/test_tflite_serving.py
@@ -31,12 +31,12 @@ def test_get_models_should_return_6_models(self):
31
# Given
32
model_url = f"{self.base_url}/models"
33
expected_models = [
34
+ 'duck_detection',
35
"marker_quality_control",
36
"mobilenet_ssd_v2_coco",
37
"mobilenet_ssd_v2_face",
38
"pin_detection",
39
"yolo_coco_nano",
- "duck_detection",
40
]
41
42
# When
0 commit comments