Skip to content

Commit

Permalink
Fix invalid test
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Sep 3, 2024
1 parent 17f6741 commit 38618d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ func TestProtocolFromRequest(t *testing.T) {
params: url.Values{"message": []string{"{}"}},
valid: false,
}, {
name: "connectGetContentType",
name: "connectPutContentType",
contentType: "application/connect+json",
method: http.MethodGet,
method: http.MethodPut,
valid: false,
}, {
name: "nakedGet",
Expand Down

0 comments on commit 38618d7

Please sign in to comment.