Merge "Fix plugin tests"
diff --git a/tests/helm-charts/gerrit/test_chart_gerrit_plugins.py b/tests/helm-charts/gerrit/test_chart_gerrit_plugins.py
index 4f57124..20cb1e7 100644
--- a/tests/helm-charts/gerrit/test_chart_gerrit_plugins.py
+++ b/tests/helm-charts/gerrit/test_chart_gerrit_plugins.py
@@ -67,7 +67,6 @@
     selected_plugins = plugin_list[: request.param]
 
     gerrit_deployment.set_helm_value("gerrit.plugins.downloaded", selected_plugins)
-    gerrit_deployment.set_helm_value("gerrit.plugins.packaged", ["healthcheck"])
 
     gerrit_deployment.install()
     gerrit_deployment.create_admin_account()
@@ -80,7 +79,6 @@
     plugin = plugin_list[0]
     plugin["sha1"] = "notAValidSha"
     gerrit_deployment.set_helm_value("gerrit.plugins.downloaded", [plugin])
-    gerrit_deployment.set_helm_value("gerrit.plugins.packaged", ["healthcheck"])
 
     gerrit_deployment.install(wait=False)