We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c7643 commit 6f212c4Copy full SHA for 6f212c4
tests/unknown_endpoints_test.go
@@ -81,6 +81,6 @@ func TestUnknownEndpoints(t *testing.T) {
81
// v3 should exist, but not v3/unknown.
82
queryUnknownEndpoint(t, alice, []string{"_matrix", "media", "v3", "unknown"})
83
84
- queryUnknownMethod(t, alice, "PUT", []string{"_matrix", "media", "v3", "upload"})
+ queryUnknownMethod(t, alice, "PATCH", []string{"_matrix", "media", "v3", "upload"})
85
})
86
}
0 commit comments