"git@code.librehq.com:kfogel/password-store.git" did not exist on "05a219587336d51203196f5f809d1c5d9d93af7c"
Fix AdminFactory
The `AdminFactory` had a bug: `is_admin` is not a field, but `is_superuser` is. No tests were using the factory so this went unnoticed, but I'm about to want to use it.
Please register or sign in to comment