Fix and complete unit tests

This commit is contained in:
Bubka
2020-01-10 13:43:36 +01:00
parent e5f040e066
commit 35a6b0d87c
5 changed files with 190 additions and 10 deletions

View File

@@ -22,5 +22,6 @@ $factory->define(TwoFAccount::class, function (Faker $faker) {
'service' => $faker->unique()->domainName,
'account' => $faker->safeEmail,
'uri' => 'otpauth://totp/' . $faker->email . '?secret=' . $faker->regexify('[A-Z0-9]{16}') . '&issuer=test',
'icon' => '',
];
});