You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
->with(Logger::ERROR, sprintf("Unexpected response when trying to fetch datafile, status code: 307. Please check your SDK key and/or datafile access token."));
@@ -214,7 +280,7 @@ public function testGetConfigReturnsProvidedDatafileWhenHttpClientReturnsInvalid
214
280
215
281
$this->loggerMock->expects($this->once())
216
282
->method('log')
217
-
->with(Logger::ERROR, sprintf("Unexpected response when trying to fetch datafile, status code: 307"));
283
+
->with(Logger::ERROR, sprintf("Unexpected response when trying to fetch datafile, status code: 403. Please check your SDK key and/or datafile access token."));
0 commit comments