Skip to content

Commit ec7a586

Browse files
committed
test: avoid formatting change
1 parent 9375509 commit ec7a586

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/core/src/test/credentials/provider/sharedCredentialsProvider.test.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -498,12 +498,12 @@ describe('SharedCredentialsProvider', async function () {
498498

499499
it('assumes role with mfa token', async function () {
500500
const sections = await createTestSections(`
501-
${defaultSection}
502-
[profile assume]
503-
source_profile = default
504-
role_arn = testarn
505-
mfa_serial= mfaSerialToken
506-
`)
501+
${defaultSection}
502+
[profile assume]
503+
source_profile = default
504+
role_arn = testarn
505+
mfa_serial= mfaSerialToken
506+
`)
507507
const sut = new SharedCredentialsProvider('assume', sections)
508508

509509
getTestWindow().onDidShowInputBox((inputBox) => {

0 commit comments

Comments
 (0)