mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 11:42:15 +01:00
Fixed import lock
This commit is contained in:
committed by
Constantin Graf
parent
29929467f6
commit
62270382dc
@@ -78,6 +78,7 @@ class ImportEndpointTest extends ApiEndpointTestAbstract
|
||||
|
||||
public function test_import_fails_if_data_can_not_be_base64_decoded(): void
|
||||
{
|
||||
// Arrange
|
||||
$user = $this->createUserWithPermission([
|
||||
'import',
|
||||
]);
|
||||
@@ -98,6 +99,7 @@ class ImportEndpointTest extends ApiEndpointTestAbstract
|
||||
|
||||
public function test_import_return_error_message_if_import_fails(): void
|
||||
{
|
||||
// Arrange
|
||||
$user = $this->createUserWithPermission([
|
||||
'import',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user