We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec5a97 commit 2fdaa40Copy full SHA for 2fdaa40
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 = "localhost:3000" # or http://172.25.1.141:3000
+# API_BASE_URL = "http://172.25.1.141:3000" # or localhost:3000
13
14
@pytest.fixture(scope="session", autouse=True)
15
def backend():
0 commit comments