Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ashen committed Dec 16, 2024
1 parent 8e8d36e commit 7a30e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spcs/test_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ def test_service_metrics_disabled(mock_is_disabled, runner):


@patch(
"snowflake.cli.api.feature_flags.FeatureFlag.ENABLE_SPCS_SERVICE_EVENTS.is_disabled"
"snowflake.cli.api.feature_flags.FeatureFlag.ENABLE_SPCS_SERVICE_METRICS.is_disabled"
)
@patch("snowflake.cli._plugins.spcs.services.manager.ServiceManager.execute_query")
def test_metrics_all_filters(mock_execute_query, mock_is_disabled, runner):
Expand Down

0 comments on commit 7a30e43

Please sign in to comment.