Skip to content

Commit b9da512

Browse files
authored
Merge pull request #196 from AzureAD/rpangrle/195-remove-default-test-slice
Remove default slice parameters
2 parents d3bf5c5 + b99f9f1 commit b9da512

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MSAL/src/MSALPublicClientApplication+Internal.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
#import "MSALPublicClientApplication.h"
2929

30-
// TODO: Remove these defaults once uid/client info is in prod
31-
#define DEFAULT_SLICE_PARAMS @"slice" : @"testslice", @"uid" : @"true"
30+
// If modifying this make sure UT_SLICE_PARAMS_QUERY matches
31+
#define DEFAULT_SLICE_PARAMS
3232

3333
@class MSALTokenCache;
3434

MSAL/test/unit/utils/MSALTestConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
#define UNIT_TEST_DEFAULT_REDIRECT_URI UNIT_TEST_DEFAULT_REDIRECT_SCHEME"://auth"
4040

4141
#define UT_SLICE_PARAMS_DICT DEFAULT_SLICE_PARAMS
42-
#define UT_SLICE_PARAMS_QUERY "?slice=testslice&uid=true"
42+
#define UT_SLICE_PARAMS_QUERY

0 commit comments

Comments
 (0)