Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Darren Murray <darren.murray@lacework.net>
  • Loading branch information
dmurray-lacework committed Jul 20, 2023
1 parent 5769623 commit c43f16a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lwgenerate/aws_controltower/aws_controltower_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ func TestCreateHclAttributeFromStruct(t *testing.T) {
"mapping": []map[string]interface{}{
{
"lacework_account": "sub-account-1",
"aws_accounts": []string{"123456789011"},
"aws_accounts": []any{"123456789011"},
},
{
"lacework_account": "sub-account-2",
"aws_accounts": []string{"123456789012"},
"aws_accounts": []any{"123456789012"},
},
},
}
Expand Down

0 comments on commit c43f16a

Please sign in to comment.