From 4ff9a97e5a7505dd3fc10d4a394b2990eb72a832 Mon Sep 17 00:00:00 2001 From: chazfg <81254302+chazfg@users.noreply.github.com> Date: Sat, 15 Feb 2025 15:31:53 -0600 Subject: [PATCH] Update admins.yml add role superadmin and change login to admin-testadmin --- test/fixtures/admins.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/fixtures/admins.yml b/test/fixtures/admins.yml index 6b85600c86..b797cfed89 100644 --- a/test/fixtures/admins.yml +++ b/test/fixtures/admins.yml @@ -4,5 +4,7 @@ admin_00001: encrypted_password: <%= Devise::Encryptor.digest(User, 'testadmin') %> updated_at: 2008-11-09 01:26:01 Z id: 1 - login: testadmin + login: admin-testadmin email: user1@example.com + roles: + - superadmin