diff options
-rw-r--r-- | tests/http.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/http.scm b/tests/http.scm index 600f574..0b16790 100644 --- a/tests/http.scm +++ b/tests/http.scm @@ -198,10 +198,6 @@ (object->json-string build-query-result) json->scm))) - (test-equal "POST /build/1" - 405 ;Method Not Allowed - (response-code (http-post (test-cuirass-uri "/build/1")))) - (test-equal "/build/1/log/raw" `(302 ,(string->uri-reference "/log/fake-1.0")) (let ((response (http-get (test-cuirass-uri "/build/1/log/raw")))) |