Skip to content

Commit

Permalink
fix method on /_matrix/client/v3/rooms/{roomID}/aliases test
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Aug 9, 2023
1 parent 9216e2e commit b29a7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hungryserv/private_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func TestPrivateAPI(t *testing.T) {
{Path: "/_matrix/client/v3/directory/room/{roomAlias}", Method: http.MethodGet},
{Path: "/_matrix/client/v3/directory/room/{roomAlias}", Method: http.MethodPut},
{Path: "/_matrix/client/v3/directory/room/{roomAlias}", Method: http.MethodDelete},
{Path: "/_matrix/client/v3/rooms/{roomID}/aliases", Method: http.MethodDelete},
{Path: "/_matrix/client/v3/rooms/{roomID}/aliases", Method: http.MethodGet},

{Path: "/_matrix/client/v3/logout", Method: http.MethodPost},
{Path: "/_matrix/client/v3/logout/all", Method: http.MethodPost},
Expand Down

0 comments on commit b29a7f7

Please sign in to comment.