Fix tests

This commit is contained in:
Bubka
2023-12-14 12:36:38 +01:00
parent 36b4cd008a
commit bf496e9502
2 changed files with 4 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ class UserModelTest extends ModelTestCase
public function test_model_configuration()
{
$this->runConfigurationAssertions(new User(),
['name', 'email', 'password'],
['name', 'email', 'password', 'oauth_id', 'oauth_provider'],
['password', 'remember_token'],
['*'],
[],