Skip to content

Commit 16a24d3

Browse files
ekristencorybekk
authored andcommitted
test(iam-user): fix bad reference on integration tests
1 parent d183cbd commit 16a24d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/iam-user_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ func Test_IAMUser_Remove(t *testing.T) {
3535

3636
iamUser := IAMUser{
3737
svc: svc,
38-
name: aws.String("test-user"),
39-
tags: createInput.Tags,
38+
Name: aws.String("test-user"),
39+
Tags: createInput.Tags,
4040
}
4141

4242
removeError := iamUser.Remove(context.TODO())

0 commit comments

Comments
 (0)