We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcce726 commit d95df21Copy full SHA for d95df21
Tests/LootLockerTests/PlayMode/SessionRefreshTest.cs
@@ -156,6 +156,7 @@ public IEnumerator RefreshSession_ExpiredWhiteLabelSessionButAutoRefreshDisabled
156
// Given
157
const string invalidToken = "ThisIsANonExistentToken";
158
LootLockerConfig.current.logLevel = LootLockerLogger.LogLevel.Info;
159
+ LootLockerConfig.current.logErrorsAsWarnings = true;
160
LootLockerConfig.current.token = invalidToken;
161
LootLockerConfig.current.allowTokenRefresh = false;
162
LootLockerPingResponse actualPingResponse = null;
0 commit comments