changeset 2070:c4db392130a4

Fix test Attribute send_email of import_configuration does not exist anymore.
author Tom Gottfried <tom@intevation.de>
date Wed, 30 Jan 2019 15:43:43 +0100
parents 5a898da60b87
children 5c6816780bf5
files schema/auth_tests.sql
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/schema/auth_tests.sql	Wed Jan 30 15:43:08 2019 +0100
+++ b/schema/auth_tests.sql	Wed Jan 30 15:43:43 2019 +0100
@@ -167,7 +167,7 @@
     $$,
     $$
     WITH config AS (
-        UPDATE import.import_configuration SET send_email = true
+        UPDATE import.import_configuration SET kind = 'test'
             RETURNING id, username),
     attrib AS (
         INSERT INTO import.import_configuration_attributes