diff schema/manage_users_tests.sql @ 1904:931b15be6d7f

Complement authorisation tests for import management
author Tom Gottfried <tom@intevation.de>
date Fri, 18 Jan 2019 17:01:19 +0100
parents 9f8f7d3fd655
children 93fa55bce126
line wrap: on
line diff
--- a/schema/manage_users_tests.sql	Fri Jan 18 16:11:08 2019 +0100
+++ b/schema/manage_users_tests.sql	Fri Jan 18 17:01:19 2019 +0100
@@ -40,7 +40,7 @@
 SELECT set_eq($$
     SELECT count(*) FROM users.list_users
     $$,
-    ARRAY[5],
+    ARRAY[6],
     'System admin can see all users');
 
 --