Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMichali committed Oct 14, 2024
1 parent a89cea8 commit 788bcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/broker/bind_create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ func TestCreateBindingEndpoint(t *testing.T) {
response := CallAPI(httpServer, http.MethodPut, path, body, t)
defer response.Body.Close()
//then
require.Equal(t, http.StatusInternalServerError, response.StatusCode)
require.Equal(t, http.StatusBadRequest, response.StatusCode)
})
}

Expand Down

0 comments on commit 788bcaf

Please sign in to comment.