Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kimi-p committed Sep 3, 2024
1 parent 7350138 commit 6e06474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/stepfunctions/__tests__/awsCommands.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ describe('awsCommands test', () => {
$metadata: {},
creationDate: undefined,
definition: undefined,
roleArn: `arn:aws:iam::${fakeAccountId}:role/service-role/unit-test-fake-role-name`, // two slashes in the role arn for standard SF
roleArn: `arn:aws:iam::${fakeAccountId}:role/service-role/unit-test-fake-role-name`, // two slashes in the role arn for standard SF
type: undefined,
stateMachineArn: fakeStepFunctionArn,
name: fakeStateMachineName,
Expand Down

0 comments on commit 6e06474

Please sign in to comment.