diff --git a/tests/ociswrapper/wrapper/handlers/handler.go b/tests/ociswrapper/wrapper/handlers/handler.go index 5d3b46eca..c2bd1cde5 100644 --- a/tests/ociswrapper/wrapper/handlers/handler.go +++ b/tests/ociswrapper/wrapper/handlers/handler.go @@ -146,7 +146,7 @@ func StartOcisHandler(res http.ResponseWriter, req *http.Request) { } if ocis.IsOcisRunning() { - sendResponse(res, http.StatusInternalServerError, "oCIS server is already running") + sendResponse(res, http.StatusConflict, "oCIS server is already running") return }