Test bad request for cookies solved && git push

This commit is contained in:
Héctor Hurtado
2019-10-10 17:14:09 +02:00
parent 738f371203
commit e0371ef881
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ func TestUpdateResourceOkWhenValidHandlerID(t *testing.T) {
}
func TestUpdateResourceBadRequestWhenInvalidCookiesUrl(t *testing.T) {
t.Skip("**** WIP ****")
request := httptest.NewRequest(http.MethodPut, "/handlers/HANDLER_YYYYYYYYYYYYYYYY/response/cookies", strings.NewReader("value"))
response := httptest.NewRecorder()
handler := mux.NewRouter()