mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-19 01:46:03 +02:00
Move locales to single json files & Replace laravel-vue-i18n with vue-i18n
This commit is contained in:
@@ -160,7 +160,7 @@ class GroupControllerTest extends FeatureTestCase
|
||||
{
|
||||
$this->actingAs($this->user, 'api-guard')
|
||||
->json('POST', '/api/v1/groups', [
|
||||
'name' => __('commons.all'),
|
||||
'name' => __('message.all'),
|
||||
])
|
||||
->assertStatus(422);
|
||||
}
|
||||
@@ -222,7 +222,7 @@ class GroupControllerTest extends FeatureTestCase
|
||||
->json('GET', '/api/v1/groups/0')
|
||||
->assertOk()
|
||||
->assertJsonFragment([
|
||||
'name' => __('commons.all'),
|
||||
'name' => __('message.all'),
|
||||
'twofaccounts_count' => $userTwofaccounts->count(),
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user