Skip to content
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

Merged
merged 4 commits into from
Jan 31, 2025

Conversation

Robbie-Microsoft
Copy link
Collaborator

No description provided.

@github-actions github-actions bot added msal-node Related to msal-node package msal-common Related to msal-common package labels Jan 31, 2025
@@ -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,
Copy link
Collaborator Author

@Robbie-Microsoft Robbie-Microsoft Jan 31, 2025

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,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

defined on line 80

Copy link

@gladjohn gladjohn left a 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

@Robbie-Microsoft Robbie-Microsoft merged commit ce193af into dev Jan 31, 2025
8 checks passed
@Robbie-Microsoft Robbie-Microsoft deleted the fix_test_constants_and_imports branch January 31, 2025 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
msal-common Related to msal-common package msal-node Related to msal-node package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants