Commit 89be6f41 by Piotr Mitros

And we remove the optional parameter from the test case...

parent dd17573e
......@@ -32,7 +32,7 @@ def clear_database(db):
return "Database clear"
@event_handler()
def event(fs, db, events):
def event(db, events):
for evt in events:
if 'user' in evt:
collection = db['user_event_count']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment