Skip to content

Commit d95df21

Browse files
committed
fix: Make session test log errors as warnings
1 parent dcce726 commit d95df21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/LootLockerTests/PlayMode/SessionRefreshTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ public IEnumerator RefreshSession_ExpiredWhiteLabelSessionButAutoRefreshDisabled
156156
// Given
157157
const string invalidToken = "ThisIsANonExistentToken";
158158
LootLockerConfig.current.logLevel = LootLockerLogger.LogLevel.Info;
159+
LootLockerConfig.current.logErrorsAsWarnings = true;
159160
LootLockerConfig.current.token = invalidToken;
160161
LootLockerConfig.current.allowTokenRefresh = false;
161162
LootLockerPingResponse actualPingResponse = null;

0 commit comments

Comments
 (0)