Add AuthorizeChallenge unit tests

pull/1062/head
Mariano Cano 2 years ago committed by max furman
parent f0a24bd8ca
commit 99299faeeb
No known key found for this signature in database

@ -758,6 +758,9 @@ func TestHandler_newAuthorization(t *testing.T) {
}
for name, run := range tests {
t.Run(name, func(t *testing.T) {
if name == "ok/permanent-identifier-enabled" {
println(1)
}
tc := run(t)
ctx := newBaseContext(context.Background(), tc.db)
ctx = acme.NewProvisionerContext(ctx, tc.prov)

Loading…
Cancel
Save