Skip to content

Commit 6643b5e

Browse files
Fix SAM3 integration tests
1 parent 56aa743 commit 6643b5e

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)