Skip to content

Commit 26e18ea

Browse files
committed
Revert
1 parent 0bdf78a commit 26e18ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎tests/test_commands/conftest.py‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
ItemType.DATA_PIPELINE, ItemType.KQL_DASHBOARD, ItemType.KQL_QUERYSET,
9292
ItemType.MIRRORED_DATABASE, ItemType.NOTEBOOK,
9393
ItemType.REFLEX, ItemType.SPARK_JOB_DEFINITION,
94-
ItemType.COSMOS_DB_DATABASE, ItemType.USER_DATA_FUNCTION, ItemType.GRAPH_QUERY_SET, ItemType.MAP
94+
ItemType.COSMOS_DB_DATABASE, ItemType.USER_DATA_FUNCTION, ItemType.MAP
9595
])
9696

9797
mv_item_to_item_unsupported_failure_params = pytest.mark.parametrize("unsupported_item_type", [
@@ -110,7 +110,7 @@
110110
ItemType.DATA_PIPELINE, ItemType.KQL_DASHBOARD, ItemType.KQL_QUERYSET,
111111
ItemType.MIRRORED_DATABASE, ItemType.NOTEBOOK,
112112
ItemType.REFLEX, ItemType.SPARK_JOB_DEFINITION,
113-
ItemType.COSMOS_DB_DATABASE, ItemType.USER_DATA_FUNCTION, ItemType.GRAPH_QUERY_SET, ItemType.MAP
113+
ItemType.COSMOS_DB_DATABASE, ItemType.USER_DATA_FUNCTION, ItemType.MAP
114114
])
115115

116116
get_item_with_properties_success_params = pytest.mark.parametrize("item_type,expected_properties", [
@@ -156,7 +156,7 @@
156156
ItemType.DATA_PIPELINE, ItemType.ENVIRONMENT, ItemType.EVENTSTREAM,
157157
ItemType.KQL_DASHBOARD, ItemType.KQL_QUERYSET, ItemType.ML_EXPERIMENT,
158158
ItemType.NOTEBOOK, ItemType.REFLEX, ItemType.SPARK_JOB_DEFINITION,
159-
ItemType.USER_DATA_FUNCTION, ItemType.DIGITAL_TWIN_BUILDER, ItemType.GRAPH_QUERY_SET, ItemType.MAP
159+
ItemType.USER_DATA_FUNCTION, ItemType.DIGITAL_TWIN_BUILDER, ItemType.MAP
160160
])
161161

162162
set_item_metadata_success_params = pytest.mark.parametrize(

0 commit comments

Comments
 (0)