Skip to content

Commit

Permalink
use standard parameter type
Browse files Browse the repository at this point in the history
  • Loading branch information
wesley-yep-canva committed Nov 8, 2024
1 parent b38e8b6 commit 9347ba5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/suites/ami/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ func createCustomSSMParameter(imageID *string) string {
Name: awssdk.String(parameterName),
Value: imageID,
DataType: &dataType,
Tier: ssmtypes.ParameterTierAdvanced,
Type: ssmtypes.ParameterTypeString,
})
Expect(err).ToNot(HaveOccurred())
Expand Down

0 comments on commit 9347ba5

Please sign in to comment.