We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb01582 commit 3abea60Copy full SHA for 3abea60
tests/ApiClient/PrintfulApiClientTest.php
@@ -32,7 +32,7 @@ public function testGet_withApiKey_returnsWithNoAuthErrors()
32
*/
33
public function testGet_withOauthToken_returnsWithNoAuthErrors()
34
{
35
- $sut = new PrintfulApiClient(Credentials::$apiKey, Credentials::$oAuthToken);
+ $sut = new PrintfulApiClient(null, Credentials::$oAuthToken);
36
37
$this->overrideUrl($sut);
38
0 commit comments