Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
tnorling committed May 13, 2020
1 parent 71bd8ba commit d95c8de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/msal-node/test/client/PublicClientApplication.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ describe('PublicClientApplication', () => {
const expectedConfig: ClientConfiguration = {
authOptions: {
clientId: TEST_CONSTANTS.CLIENT_ID,
authority: authority
authority: authority,
knownAuthorities: []
}
};

Expand Down

0 comments on commit d95c8de

Please sign in to comment.