Skip to content

Commit 69d1326

Browse files
authored
Un-skip "UnknownEndpoint" test on Dendrite (#630)
1 parent 2844152 commit 69d1326

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/unknown_endpoints_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
"github.com/matrix-org/complement/internal/client"
99
"github.com/matrix-org/complement/internal/match"
1010
"github.com/matrix-org/complement/internal/must"
11-
"github.com/matrix-org/complement/runtime"
1211
)
1312

1413
func queryUnknownEndpoint(t *testing.T, user *client.CSAPI, paths []string) {
@@ -38,8 +37,6 @@ func queryUnknownMethod(t *testing.T, user *client.CSAPI, method string, paths [
3837
// Homeservers should return a 404 for unknown endpoints and 405 for incorrect
3938
// methods to known endpoints.
4039
func TestUnknownEndpoints(t *testing.T) {
41-
runtime.SkipIf(t, runtime.Dendrite) // FIXME: https://github.com/matrix-org/dendrite/issues/2903
42-
4340
deployment := Deploy(t, b.BlueprintAlice)
4441
defer deployment.Destroy(t)
4542

0 commit comments

Comments
 (0)