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 Jan 24, 2025
1 parent 2f359ce commit c89ca46
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 @@ -462,7 +462,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 c89ca46

Please sign in to comment.