diff --git a/dockertidy/tests/unit/test_garbagecollector.py b/dockertidy/tests/unit/test_garbagecollector.py index 9f48f87..22217cb 100644 --- a/dockertidy/tests/unit/test_garbagecollector.py +++ b/dockertidy/tests/unit/test_garbagecollector.py @@ -437,7 +437,7 @@ def test_build_exclude_set(gc): def test_format_exclude_labels(gc): - gc.config.config["gc"]["exclude_container_label"] = [ + gc.config.config["gc"]["exclude_container_labels"] = [ "voo*", "doo=poo", ]