Skip to content

Commit 79f8eb8

Browse files
committed
Add integration test for path search
1 parent 1ade91d commit 79f8eb8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/python/integration/test_scenario.py

+4
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ def test_run_api_connect_using_global_variable(user_dss_clients):
2121

2222
def test_run_api_connect_array_api(user_dss_clients):
2323
dss_scenario.run(user_dss_clients, project_key=TEST_PROJECT_KEY, scenario_id="ArrayAPI")
24+
25+
26+
def test_run_api_connect_search_path(user_dss_clients):
27+
dss_scenario.run(user_dss_clients, project_key=TEST_PROJECT_KEY, scenario_id="SearchPath")

0 commit comments

Comments
 (0)