Should be returning status code 400 for ACME Account Not Found.
Issue #173
This commit is contained in:
parent
752bfeeccd
commit
c255274572
6 changed files with 20 additions and 20 deletions
|
@ -842,7 +842,7 @@ func TestHandlerLookupJWK(t *testing.T) {
|
|||
},
|
||||
},
|
||||
ctx: ctx,
|
||||
statusCode: 404,
|
||||
statusCode: 400,
|
||||
problem: acme.AccountDoesNotExistErr(nil),
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue