Skip to content

Commit

Permalink
Add integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbourret committed Jan 5, 2023
1 parent a174d4b commit 5a85f44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/python/integration/test_scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 5a85f44

Please sign in to comment.