Skip to content

Commit 6af7502

Browse files
committed
fix the tests
1 parent 2fdaa40 commit 6af7502

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_full_workflow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
ROOT_DIR = os.path.abspath(os.path.join(THIS_DIR, ".."))
99
BACKEND_DIR = os.path.join(ROOT_DIR, "backend")
1010

11-
API_BASE_URL = "localhost:3000" # or http://172.25.1.141:3000
12-
# API_BASE_URL = "http://172.25.1.141:3000" # or localhost:3000
11+
API_BASE_URL = "http://127.0.0.1:3000" # or http://172.25.1.141:3000
12+
# API_BASE_URL = "http://172.25.1.141:3000" # or "http://127.0.0.1:3000"
1313

1414
@pytest.fixture(scope="session", autouse=True)
1515
def backend():

0 commit comments

Comments
 (0)