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()