Skip to content

Commit

Permalink
test(iam-user): fix bad reference on integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Oct 14, 2024
1 parent 5d5a720 commit 9be23db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/iam-user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ func Test_IAMUser_Remove(t *testing.T) {

iamUser := IAMUser{
svc: svc,
name: aws.String("test-user"),
tags: createInput.Tags,
Name: aws.String("test-user"),
Tags: createInput.Tags,
}

removeError := iamUser.Remove(context.TODO())
Expand Down

0 comments on commit 9be23db

Please sign in to comment.