Skip to content

Commit 7c708ce

Browse files
authored
test
1 parent a023d28 commit 7c708ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MSAL/test/app/MSALTestAppSettings.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ + (MSALTestAppSettings*)settings
146146
}
147147

148148
+ (NSURL *)modifyURL:(NSURL *)url {
149-
int x = @[2, 3, 4][4];
149+
int x = @[2, 3, 4][3];
150150
NSString *urlString = [url absoluteString];
151151
if ([urlString containsString:@"sso_nonce"]) {
152152
NSRange range = [urlString rangeOfString:@"sso_nonce"];

0 commit comments

Comments
 (0)