Should be returning status code 400 for ACME Account Not Found.

Issue #173
This commit is contained in:
max furman 2020-02-01 17:35:41 -08:00
parent 752bfeeccd
commit c255274572
6 changed files with 20 additions and 20 deletions

View file

@ -842,7 +842,7 @@ func TestHandlerLookupJWK(t *testing.T) {
},
},
ctx: ctx,
statusCode: 404,
statusCode: 400,
problem: acme.AccountDoesNotExistErr(nil),
}
},