aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/test_everything.py
diff options
context:
space:
mode:
Diffstat (limited to '_pytest/test_everything.py')
-rw-r--r--_pytest/test_everything.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_pytest/test_everything.py b/_pytest/test_everything.py
index 5aa5138..ed045ae 100644
--- a/_pytest/test_everything.py
+++ b/_pytest/test_everything.py
@@ -10,7 +10,7 @@ def test_everything(realish_eventrouter, team):
for fname in sorted(datafiles):
data = json.loads(open(fname, 'r').read())
team.ws.add(data)
- realish_eventrouter.receive_ws_callback(team.team_hash)
+ realish_eventrouter.receive_ws_callback(team.team_hash, None)
realish_eventrouter.handle_next()
assert len(realish_eventrouter.queue) == 14