Skip to content

Commit

Permalink
bugfix: VLTCLT-14-bump arsenal lint fix critical 8.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Xin LI committed Mar 31, 2022
1 parent 5ef871d commit 35e0ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/testGetRolesForWebIdentity.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const assert = require('assert');
const http = require('http');

const IAMClient = require('../../lib/IAMClient.js');
const IAMClient = require('../../lib/IAMClient');

describe('get-roles-for-web-identity', () => {
let server;
Expand Down

0 comments on commit 35e0ff5

Please sign in to comment.