Skip to content

Commit 14b27a9

Browse files
Merge pull request #1740 from roboflow/fix/sam3-integration-tests
Fix SAM3 integration tests
2 parents 56aa743 + 6643b5e commit 14b27a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/inference/integration_tests/test_sam3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_visual_segmentation(
5656

5757
# when
5858
response = requests.post(
59-
f"{BASE_URL}/sam3/visual_segment",
59+
f"{BASE_URL}:{PORT}/sam3/visual_segment",
6060
json=payload,
6161
params={"api_key": API_KEY}
6262
)
@@ -87,7 +87,7 @@ def test_concept_segmentation(
8787

8888
# when
8989
response = requests.post(
90-
f"{BASE_URL}/sam3/concept_segment",
90+
f"{BASE_URL}:{PORT}/sam3/concept_segment",
9191
json=payload,
9292
params={"api_key": API_KEY}
9393
)

0 commit comments

Comments
 (0)