Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jokestax committed Dec 31, 2024
1 parent 9e6c55f commit 181d4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/aws/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func TestGetLatestAMIFromSSM(t *testing.T) {
parameterName: "/aws/service/eks/optimized-ami/1.29/amazon-linux-2/recommended/image_id",
parameterValue: "",
err: errors.New("parameter not found"),
expectedErr: errors.New("failed to initialise ssm client: parameter not found"),
expectedErr: errors.New("failed to initialize ssm client: parameter not found"),
},
}

Expand Down

0 comments on commit 181d4d6

Please sign in to comment.