staticcheck: error strings should not be capitlized (ST1005)
Signed-off-by: Jake Sanders <i@am.so-aweso.me>
This commit is contained in:
parent
03cc4dc24d
commit
f2a9d5f655
@ -146,7 +146,7 @@ func TestRoute53Present(t *testing.T) {
|
||||
// request which causes spurious challenge updates.
|
||||
err = provider.Present("bar.example.com", "bar.example.com.", keyAuth)
|
||||
require.Error(t, err, "Expected Present to return an error")
|
||||
assert.Equal(t, `Failed to change Route 53 record set: AccessDenied: User: arn:aws:iam::0123456789:user/test-cert-manager is not authorized to perform: route53:ChangeResourceRecordSets on resource: arn:aws:route53:::hostedzone/OPQRSTU`, err.Error())
|
||||
assert.Equal(t, `failed to change Route 53 record set: AccessDenied: User: arn:aws:iam::0123456789:user/test-cert-manager is not authorized to perform: route53:ChangeResourceRecordSets on resource: arn:aws:route53:::hostedzone/OPQRSTU`, err.Error())
|
||||
}
|
||||
|
||||
func TestAssumeRole(t *testing.T) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user