Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ceciliaavila committed Jan 19, 2024
1 parent d368166 commit 8a1c544
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const sinon = require('sinon');
const { JwtTokenProviderFactory, ManagedIdentityAuthenticator } = require('../../lib');

const testAppId = 'foo';
const testAudience = 'bar';
const testAudience = 'bar/.default';
const authResult = {
token: '123',
expiresOnTimestamp: 3000,
Expand Down

0 comments on commit 8a1c544

Please sign in to comment.