Skip to content

Commit

Permalink
fixup! test(integration): ensure group migration works
Browse files Browse the repository at this point in the history
  • Loading branch information
blizzz committed Dec 6, 2023
1 parent e1d3a7d commit 2c95cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/features/bootstrap/FeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function __construct() {

/** @BeforeScenario */
public function before() {
$jar = new \GuzzleHttp\Cookie\FileCookieJar('/tmp/cookies_' . md5(openssl_random_pseudo_bytes(12)));
$jar = new \GuzzleHttp\Cookie\CookieJar();
$this->client = new \GuzzleHttp\Client([
'version' => 2.0,
'cookies' => $jar,
Expand Down

0 comments on commit 2c95cdb

Please sign in to comment.