diff --git a/tests/python/integration/test_scenario.py b/tests/python/integration/test_scenario.py index 0e7a07f..90d4269 100644 --- a/tests/python/integration/test_scenario.py +++ b/tests/python/integration/test_scenario.py @@ -25,3 +25,7 @@ def test_run_pisystem_write_to_asset(user_dss_clients): def test_run_pisystem_sync_and_transpose_test(user_dss_clients): dss_scenario.run(user_dss_clients, project_key=TEST_PROJECT_KEY, scenario_id="SYNC_AND_TRANSPOSE_TEST") + + +def test_run_pisystem_check_sc_116617(user_dss_clients): + dss_scenario.run(user_dss_clients, project_key=TEST_PROJECT_KEY, scenario_id="CHECK_SC_116617")