Skip to content

Commit

Permalink
Un-skip "UnknownEndpoint" test on Dendrite (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
S7evinK committed Mar 17, 2023
1 parent 2844152 commit 69d1326
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unknown_endpoints_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"github.com/matrix-org/complement/internal/client"
"github.com/matrix-org/complement/internal/match"
"github.com/matrix-org/complement/internal/must"
"github.com/matrix-org/complement/runtime"
)

func queryUnknownEndpoint(t *testing.T, user *client.CSAPI, paths []string) {
Expand Down Expand Up @@ -38,8 +37,6 @@ func queryUnknownMethod(t *testing.T, user *client.CSAPI, method string, paths [
// Homeservers should return a 404 for unknown endpoints and 405 for incorrect
// methods to known endpoints.
func TestUnknownEndpoints(t *testing.T) {
runtime.SkipIf(t, runtime.Dendrite) // FIXME: https://github.com/matrix-org/dendrite/issues/2903

deployment := Deploy(t, b.BlueprintAlice)
defer deployment.Destroy(t)

Expand Down

0 comments on commit 69d1326

Please sign in to comment.