We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af9204 commit 6b41bfcCopy full SHA for 6b41bfc
cli/serve/serve_test.go
@@ -47,6 +47,7 @@ func TestServe(t *testing.T) {
47
expected[v1APIPath("newkey")] = http.StatusMethodNotAllowed
48
expected[v1APIPath("bundle")] = http.StatusMethodNotAllowed
49
expected[v1APIPath("certinfo")] = http.StatusMethodNotAllowed
50
+ expected[v1APIPath("certadd")] = http.StatusMethodNotAllowed
51
52
// POST-only endpoints should return '400 Bad Request'
53
expected[v1APIPath("scan")] = http.StatusBadRequest
0 commit comments