Skip to content

Commit

Permalink
Merge pull request #196 from AzureAD/rpangrle/195-remove-default-test…
Browse files Browse the repository at this point in the history
…-slice

Remove default slice parameters
  • Loading branch information
RPangrle authored May 10, 2017
2 parents d3bf5c5 + b99f9f1 commit b9da512
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MSAL/src/MSALPublicClientApplication+Internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

#import "MSALPublicClientApplication.h"

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

@class MSALTokenCache;

Expand Down
2 changes: 1 addition & 1 deletion MSAL/test/unit/utils/MSALTestConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
#define UNIT_TEST_DEFAULT_REDIRECT_URI UNIT_TEST_DEFAULT_REDIRECT_SCHEME"://auth"

#define UT_SLICE_PARAMS_DICT DEFAULT_SLICE_PARAMS
#define UT_SLICE_PARAMS_QUERY "?slice=testslice&uid=true"
#define UT_SLICE_PARAMS_QUERY

0 comments on commit b9da512

Please sign in to comment.