Skip to content

Commit 30c26ea

Browse files
committed
Add integration test
1 parent 4c9dac9 commit 30c26ea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/python/integration/test_scenario.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ def test_run_api_connect_ntlm_authentication(user_dss_clients):
4141

4242
def test_run_api_connect_relative_url_pagination(user_dss_clients):
4343
dss_scenario.run(user_dss_clients, project_key=TEST_PROJECT_KEY, scenario_id="RELATIVEURLPAGINATION")
44+
45+
46+
def test_run_api_connect_check_sc_110446(user_dss_clients):
47+
dss_scenario.run(user_dss_clients, project_key=TEST_PROJECT_KEY, scenario_id="CHECKSC110446")

0 commit comments

Comments
 (0)