From 2cc96a31e51197a5e4bfa0421f4f589b52894bfb Mon Sep 17 00:00:00 2001 From: Val Brodsky Date: Thu, 7 Nov 2024 15:39:13 -0800 Subject: [PATCH] Replace YOLO with another model for tests --- libs/labelbox/tests/integration/test_foundry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/labelbox/tests/integration/test_foundry.py b/libs/labelbox/tests/integration/test_foundry.py index b9fd1b6f3..fca329370 100644 --- a/libs/labelbox/tests/integration/test_foundry.py +++ b/libs/labelbox/tests/integration/test_foundry.py @@ -6,7 +6,7 @@ from labelbox.schema.foundry.foundry_client import FoundryClient # Yolo object detection model id -TEST_MODEL_ID = "e8b352ce-8f3a-4cd6-93a5-8af904307346" +TEST_MODEL_ID = "c8a5b29a-cdba-408a-803a-a605a95631c2" @pytest.fixture()