Skip to content

Commit

Permalink
Fix ServerRateLimitsSyncServiceTest.php test
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwang401 committed Oct 12, 2024
1 parent 93b641b commit a368951
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@
'tests/Fixtures/Repositories/Server/GetServerConfigData.json',
),
),
], 200)
], 200),
Http::response([
file_get_contents(
base_path(
'tests/Fixtures/Repositories/Server/GetServerConfigData.json',
),
),
], 200),
]),
]);

Expand Down

0 comments on commit a368951

Please sign in to comment.