Skip to content

Commit edf5b65

Browse files
committed
adding integration test
1 parent 07b14f6 commit edf5b65

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
@@ -53,3 +53,7 @@ def test_run_api_connect_check_sc_163656_error_column_always_in_schema(user_dss_
5353

5454
def test_run_api_connect_xml_handling(user_dss_clients):
5555
dss_scenario.run(user_dss_clients, project_key=TEST_PROJECT_KEY, scenario_id="XML_HANDLING")
56+
57+
58+
def test_run_api_connect_parameters_renaming(user_dss_clients):
59+
dss_scenario.run(user_dss_clients, project_key=TEST_PROJECT_KEY, scenario_id="COLUMNPARAMETERRENAMING")

0 commit comments

Comments
 (0)