mirror of
https://github.com/smallstep/certificates.git
synced 2024-11-15 18:12:59 +00:00
Change name of test for Wire Order
This commit is contained in:
parent
ffd887f8cc
commit
de25740567
@ -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(),
|
||||||
|
Loading…
Reference in New Issue
Block a user