diff --git a/app/Containers/AppSection/Authentication/UI/API/Tests/ApiTestCase.php b/app/Containers/AppSection/Authentication/UI/API/Tests/ApiTestCase.php index 867e9dce2..542d6c857 100644 --- a/app/Containers/AppSection/Authentication/UI/API/Tests/ApiTestCase.php +++ b/app/Containers/AppSection/Authentication/UI/API/Tests/ApiTestCase.php @@ -51,7 +51,7 @@ private function createTestingKey($fileName): string $filePath = storage_path($fileName); if (!file_exists($filePath)) { - $keysStubDirectory = __DIR__ . '/Stubs/'; + $keysStubDirectory = __DIR__ . '/Functional/Stubs/'; copy($keysStubDirectory . $fileName, $filePath);