Skip to content

Commit 6bcb5ae

Browse files
committed
Add integration test
1 parent e860fb2 commit 6bcb5ae

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
@@ -45,3 +45,7 @@ def test_run_api_connect_relative_url_pagination(user_dss_clients):
4545

4646
def test_run_api_connect_check_sc_110446(user_dss_clients):
4747
dss_scenario.run(user_dss_clients, project_key=TEST_PROJECT_KEY, scenario_id="CHECKSC110446")
48+
49+
50+
def test_run_api_connect_check_sc_163656_error_column_always_in_schema(user_dss_clients):
51+
dss_scenario.run(user_dss_clients, project_key=TEST_PROJECT_KEY, scenario_id="SC163656")

0 commit comments

Comments
 (0)