mirror of
https://github.com/smallstep/certificates.git
synced 2024-11-19 09:25:37 +00:00
Add AuthorizeChallenge unit tests
This commit is contained in:
parent
f0a24bd8ca
commit
99299faeeb
@ -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…
Reference in New Issue
Block a user