Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 2c8434e

Browse files
committed
🔧
1 parent c883b77 commit 2c8434e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/API/APITestAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ protected function stream(){
189189
}
190190

191191
protected function getToken():Token{
192-
$file = $this->STORAGE.'/'.$this->provider->serviceName.'.token';
192+
$file = $this->STORAGE.'/'.$this->provider->serviceName.'.token.json';
193193

194194
if(is_file($file)){
195195
return (new Token)->__fromJSON(file_get_contents($file));

0 commit comments

Comments
 (0)