Skip to content

Commit cc5f2c8

Browse files
committed
Fixing test process
1 parent 1e68498 commit cc5f2c8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ class SerpApiClientTest extends BaseTest
1111
public function test_google_immersive_product()
1212
{
1313
Http::fake([
14-
'https://serpapi.com/search.json?engine=google_immersive_product&pageToken=asdf&api_key=test' => Http::response($this->getFixtureJsonContent('google_immersive_product_response.json'), 200),
14+
'https://serpapi.com/search.json?engine=google_immersive_product&pageToken=asdf&api_key=tests' => Http::response($this->getFixtureJsonContent('google_immersive_product_response.json'), 200),
1515
]);
1616

17-
$client = new SerpApiClient(apiKey: 'test');
17+
$client = new SerpApiClient(apiKey: 'tests');
1818

1919
$immersiveProductResponse = $client->makeGoogleImmersiveProductRequest('asdf');
2020

File renamed without changes.

0 commit comments

Comments
 (0)