Change name of test for Wire Order

pull/1671/head
Herman Slatman 5 months ago
parent ffd887f8cc
commit de25740567
No known key found for this signature in database
GPG Key ID: F4D8A44EA0A75A4F

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

Loading…
Cancel
Save