Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 4518fb3

Browse files
committed
Fix test
1 parent fa5c959 commit 4518fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/push/test_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,4 +863,4 @@ def test_enable(self) -> None:
863863
channel = self.make_request("GET", "/pushers", access_token=access_token)
864864
self.assertEqual(channel.code, 200)
865865
self.assertEqual(len(channel.json_body["pushers"]), 1)
866-
self.assertFalse(channel.json_body["pushers"][0]["org.matrix.msc3881.enabled"])
866+
self.assertTrue(channel.json_body["pushers"][0]["org.matrix.msc3881.enabled"])

0 commit comments

Comments
 (0)