From ff73473bf07f86cf91bd2a11c2278866a55b7581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rajmund=20Hru=C5=A1ka?= <rajmund.hruska@cesnet.cz> Date: Wed, 26 Jan 2022 16:14:08 +0100 Subject: [PATCH] Fix: Use the new name of the emails column. (Redmine issue: #6227) --- lib/mentat/fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mentat/fixtures.py b/lib/mentat/fixtures.py index a797c71e6..18fc9af5b 100644 --- a/lib/mentat/fixtures.py +++ b/lib/mentat/fixtures.py @@ -82,7 +82,7 @@ class MentatFixtures(): SettingsReportingModel( group = group, - emails = ['abuse@bogus-domain.org'], + emails_low = ['abuse@bogus-domain.org'], redirect = True ) -- GitLab