Skip to content

Commit

Permalink
fixes test
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Nov 28, 2024
1 parent 38430bc commit 28b9aa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def test_settings_to_client_statics_plugins(
@pytest.mark.parametrize("is_dev_feature_enabled", [True, False])
@pytest.mark.parametrize(
"plugin_name",
["WEBSERVER_META_MODELING", "WEBSERVER_VERSION_CONTROL", "WEBSERVER_CLUSTERS"]
["WEBSERVER_META_MODELING", "WEBSERVER_VERSION_CONTROL"]
# NOTE: this is the list in _enable_only_if_dev_features_allowed
)
def test_disabled_plugins_settings_to_client_statics(
Expand Down

0 comments on commit 28b9aa7

Please sign in to comment.