Skip to content

Commit d933a63

Browse files
rbell517Richard Bell
andauthored
test: Change notebook tests to target test-api.lifecyclesolutions.ni.com by default (#107)
Co-authored-by: Richard Bell <[email protected]>
1 parent 9e2d348 commit d933a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/notebook/test_notebook_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
TEST_FILE_DATA = b"This is a test notebook binary content."
1919
PREFIX = "Notebook Client Tests-"
20-
BASE_URL = "https://dev-api.lifecyclesolutions.ni.com"
20+
BASE_URL = "https://test-api.lifecyclesolutions.ni.com"
2121

2222

2323
@pytest.fixture(scope="class")

0 commit comments

Comments
 (0)