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

@ -13,6 +13,9 @@ AUTHENTICATION_GUARD=web-guard
AUTH_PROXY_HEADER_FOR_USER=REMOTE_USER
AUTH_PROXY_HEADER_FOR_EMAIL=REMOTE_USER_EMAIL
GITHUB_CLIENT_ID=testing
GITHUB_CLIENT_SECRET=testing
LOG_CHANNEL=stack
DB_CONNECTION=testing

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'],
['*'],
[],