summaryrefslogtreecommitdiff
path: root/tests/frontend/configurable_warnings.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/configurable_warnings.py')
-rw-r--r--tests/frontend/configurable_warnings.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/frontend/configurable_warnings.py b/tests/frontend/configurable_warnings.py
index e61db6c37..53409a512 100644
--- a/tests/frontend/configurable_warnings.py
+++ b/tests/frontend/configurable_warnings.py
@@ -18,9 +18,7 @@ def get_project(fatal_warnings):
"name": "test",
"min-version": "2.0",
"element-path": "elements",
- "plugins": [
- {"origin": "local", "path": "plugins", "elements": {"warninga": 0, "warningb": 0, "corewarn": 0,}}
- ],
+ "plugins": [{"origin": "local", "path": "plugins", "elements": ["warninga", "warningb", "corewarn"]}],
"fatal-warnings": fatal_warnings,
}