changeset 4235:966d7eb6d99b

schema: fix tests * Adjust test expectation for "System admin can see all users" from 6 to 7, because 2041:35acb7f9ae0c added another users that was not accounted for.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 21 Aug 2019 15:59:15 +0200
parents fec07ba0fa60
children 27ed6f709195
files schema/manage_users_tests.sql
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/schema/manage_users_tests.sql	Wed Aug 21 13:16:28 2019 +0200
+++ b/schema/manage_users_tests.sql	Wed Aug 21 15:59:15 2019 +0200
@@ -53,7 +53,7 @@
 SELECT set_eq($$
     SELECT count(*) FROM users.list_users
     $$,
-    ARRAY[6],
+    ARRAY[7],
     'System admin can see all users');
 
 --