We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7dced commit 08a787aCopy full SHA for 08a787a
tests/python/integration/test_scenario.py
@@ -41,3 +41,7 @@ def test_run_pisystem_assets_values_download_with_404(user_dss_clients):
41
42
def test_run_pisystem_tag_with_spaces(user_dss_clients):
43
dss_scenario.run(user_dss_clients, project_key=TEST_PROJECT_KEY, scenario_id="TAG_WITH_SPACES")
44
+
45
46
+def test_run_pisystem_tag_transpose_with_step_column(user_dss_clients):
47
+ dss_scenario.run(user_dss_clients, project_key=TEST_PROJECT_KEY, scenario_id="TRANSPOSECHECKSTEPCOLUMN")
0 commit comments