diff --git a/services/web/server/tests/unit/isolated/test_application_settings.py b/services/web/server/tests/unit/isolated/test_application_settings.py index a255a2c0a3a..afedd1f0149 100644 --- a/services/web/server/tests/unit/isolated/test_application_settings.py +++ b/services/web/server/tests/unit/isolated/test_application_settings.py @@ -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(