From 5a85f4420e589fcbf961f7d794ce4b9fd487b9ad Mon Sep 17 00:00:00 2001 From: Alexandre Bourret Date: Thu, 5 Jan 2023 21:26:57 +0100 Subject: [PATCH] Add integration test --- tests/python/integration/test_scenario.py | 4 ++++ 1 file changed, 4 insertions(+) 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")