Skip to content

Commit 6bae680

Browse files
author
JLTRY
committed
Unit tests error
1 parent c4507fe commit 6bae680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ public function query($url, $data = null, $headers = [], $method = 'get', $timeo
250250

251251
if (array_key_exists('expires_in', $token) && $token['created'] + $token['expires_in'] < time() + 20) {
252252
if (!$this->getOption('userefresh')) {
253-
return new Response("", 412);
253+
return new Response("php://memory", 412);
254254
}
255255

256256
$token = $this->refreshToken($token['refresh_token']);

0 commit comments

Comments
 (0)