We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fdaa40 commit 6af7502Copy full SHA for 6af7502
tests/test_full_workflow.py
@@ -8,8 +8,8 @@
8
ROOT_DIR = os.path.abspath(os.path.join(THIS_DIR, ".."))
9
BACKEND_DIR = os.path.join(ROOT_DIR, "backend")
10
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
+API_BASE_URL = "http://127.0.0.1:3000" # or http://172.25.1.141:3000
+# API_BASE_URL = "http://172.25.1.141:3000" # or "http://127.0.0.1:3000"
13
14
@pytest.fixture(scope="session", autouse=True)
15
def backend():
0 commit comments