Skip to content

Commit

Permalink
Improve test case message
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Thiesen <lucas.thiesen@zalando.de>
  • Loading branch information
lucastt committed Nov 3, 2023
1 parent a7b5efc commit ff3e671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/acm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func TestACM(t *testing.T) {
},
},
{
msg: "Found ACM Cert with incorrect filter tag",
msg: "ACM Cert with incorrect filter tag should not be found",
api: fake.NewACMClientWithTags(
acm.ListCertificatesOutput{
CertificateSummaryList: []*acm.CertificateSummary{
Expand Down

0 comments on commit ff3e671

Please sign in to comment.