Add ok response code to hopefully fix tests.
Этот коммит содержится в:
@@ -370,6 +370,7 @@ func requestTrueUpReview(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
}{Content: encodedData}
|
}{Content: encodedData}
|
||||||
response, _ := json.Marshal(responseContent)
|
response, _ := json.Marshal(responseContent)
|
||||||
|
|
||||||
|
w.WriteHeader(http.StatusOK)
|
||||||
w.Write(response)
|
w.Write(response)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user