Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedghanem00 committed Jun 21, 2023
1 parent 5b53a32 commit af0a1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ protected function setUp(): void
$this->client = new Client(getenv('API_KEY'), null, $backendServer);

$this->client->applyHttpClientOptions([
'proxy' => '127.0.0.1:9090', 'verify_peer' => false,
# 'proxy' => '127.0.0.1:9090', 'verify_peer' => false,
]);
}
}

0 comments on commit af0a1d4

Please sign in to comment.