Fix tests.rest.client.test_third_party_rules

pull/8476/head
Erik Johnston 2020-10-07 14:59:07 +01:00
parent 801dda26c7
commit 136b97e64c
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class ThirdPartyRulesTestCase(unittest.HomeserverTestCase):
request, channel = self.make_request(
"PUT",
"/_matrix/client/r0/rooms/%s/send/foo.bar.forbidden/1" % self.room_id,
"/_matrix/client/r0/rooms/%s/send/foo.bar.forbidden/2" % self.room_id,
{},
access_token=self.tok,
)