Skip to content

Commit 6b41bfc

Browse files
committed
fix serve_test.go
1 parent 9af9204 commit 6b41bfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/serve/serve_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ func TestServe(t *testing.T) {
4747
expected[v1APIPath("newkey")] = http.StatusMethodNotAllowed
4848
expected[v1APIPath("bundle")] = http.StatusMethodNotAllowed
4949
expected[v1APIPath("certinfo")] = http.StatusMethodNotAllowed
50+
expected[v1APIPath("certadd")] = http.StatusMethodNotAllowed
5051

5152
// POST-only endpoints should return '400 Bad Request'
5253
expected[v1APIPath("scan")] = http.StatusBadRequest

0 commit comments

Comments
 (0)