-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed some test constants and imports #7545
Conversation
@@ -508,8 +510,8 @@ export const AUTHENTICATION_RESULT = { | |||
body: { | |||
token_type: AuthenticationScheme.BEARER, | |||
scope: "openid profile User.Read email", | |||
expires_in: 3599, | |||
ext_expires_in: 3599, | |||
expires_in: TEST_TOKEN_LIFETIMES.DEFAULT_EXPIRES_IN, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
defined on line 106
@@ -349,8 +349,8 @@ export const AUTHENTICATION_RESULT = { | |||
body: { | |||
token_type: AuthenticationScheme.BEARER, | |||
scope: "openid profile User.Read email", | |||
expires_in: 3599, | |||
ext_expires_in: 3599, | |||
expires_in: TEST_TOKEN_LIFETIMES.DEFAULT_EXPIRES_IN, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
defined on line 80
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good @Robbie-Microsoft
No description provided.