We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ade91d commit 79f8eb8Copy full SHA for 79f8eb8
tests/python/integration/test_scenario.py
@@ -21,3 +21,7 @@ def test_run_api_connect_using_global_variable(user_dss_clients):
21
22
def test_run_api_connect_array_api(user_dss_clients):
23
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