Skip to content

Commit

Permalink
Remove test on /devices which will fallthrough to synapse
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Sep 1, 2023
1 parent b29a7f7 commit bb3022a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hungryserv/private_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ func TestPrivateAPI(t *testing.T) {
{Path: "/_matrix/client/v3/capabilities", Method: http.MethodGet},

// Devices endpoints
{Path: "/_matrix/client/v3/devices", Method: http.MethodGet},
{Path: "/_matrix/client/v3/sendToDevice/{type}/{txn}", Method: http.MethodPut},

{Path: "/_matrix/client/v3/account/whoami", Method: http.MethodGet},
Expand Down

0 comments on commit bb3022a

Please sign in to comment.