From f38f4c1024b30faae25eed5e5b85da243588cbf1 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Fri, 26 Jan 2018 13:59:12 +0200 Subject: [PATCH] Update fixtures --- test/fixtures/users.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index e8e17b569..b20bd8a83 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -3,6 +3,7 @@ api_bestnames: password: testtest type: ApiUser registrar: bestnames + active: true roles: - super @@ -11,6 +12,7 @@ api_goodnames: password: testtest type: ApiUser registrar: goodnames + active: true roles: - super