# HG changeset patch # User Tom Gottfried # Date 1548859423 -3600 # Node ID c4db392130a466bbce3d770c629289d01b4f2ba1 # Parent 5a898da60b872dbf699e505e05287d92640601f4 Fix test Attribute send_email of import_configuration does not exist anymore. diff -r 5a898da60b87 -r c4db392130a4 schema/auth_tests.sql --- 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