Skip to content

Commit

Permalink
Fix the path of test oauth keys
Browse files Browse the repository at this point in the history
  • Loading branch information
mderis committed Nov 16, 2021
1 parent 2f06016 commit 6e86b38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 6e86b38

Please sign in to comment.