Change name of test for Wire Order

This commit is contained in:
Herman Slatman 2024-01-10 21:16:04 +01:00
parent ffd887f8cc
commit de25740567
No known key found for this signature in database
GPG Key ID: F4D8A44EA0A75A4F

View File

@ -780,12 +780,12 @@ func TestHandler_newAuthorization(t *testing.T) {
az: az, az: az,
} }
}, },
"ok/im": func(t *testing.T) test { "ok/wire": func(t *testing.T) test {
az := &acme.Authorization{ az := &acme.Authorization{
AccountID: "accID", AccountID: "accID",
Identifier: acme.Identifier{ Identifier: acme.Identifier{
Type: "wireapp", Type: "wireapp",
Value: "wireapp://user:client@domain", Value: "wireapp://user!client@domain",
}, },
Status: acme.StatusPending, Status: acme.StatusPending,
ExpiresAt: clock.Now(), ExpiresAt: clock.Now(),