Skip to content

Commit b618fa7

Browse files
committed
fix tests
1 parent b7c6fce commit b618fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pusher_tests/test_pusher_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def test_trigger_batch_too_much_data(self):
213213
pc = PusherClient(app_id=u'4', key=u'key', secret=u'secret', ssl=True)
214214

215215
self.assertRaises(ValueError, lambda: pc.trigger_batch(
216-
[{u'channel': u'private-tst', u'name': u'some_event', u'data': u'a' * 10241}]))
216+
[{u'channel': u'private-tst', u'name': u'some_event', u'data': u'a' * 30721}]))
217217

218218
def test_trigger_str_shorter_than_10240_but_more_than_10kb_raising(self):
219219
pc = PusherClient(app_id=u'4', key=u'key', secret=u'secret', ssl=True)

0 commit comments

Comments
 (0)