Skip to content

Commit 28b9aa7

Browse files
committed
fixes test
1 parent 38430bc commit 28b9aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/isolated/test_application_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def test_settings_to_client_statics_plugins(
106106
@pytest.mark.parametrize("is_dev_feature_enabled", [True, False])
107107
@pytest.mark.parametrize(
108108
"plugin_name",
109-
["WEBSERVER_META_MODELING", "WEBSERVER_VERSION_CONTROL", "WEBSERVER_CLUSTERS"]
109+
["WEBSERVER_META_MODELING", "WEBSERVER_VERSION_CONTROL"]
110110
# NOTE: this is the list in _enable_only_if_dev_features_allowed
111111
)
112112
def test_disabled_plugins_settings_to_client_statics(

0 commit comments

Comments
 (0)