aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/test_everything.py
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2017-09-18 21:33:06 +0200
committerGitHub <noreply@github.com>2017-09-18 21:33:06 +0200
commitb075750bb5340525cd8e5b23e28f4abd2f330c6b (patch)
tree0deec7966dce1b5ee021df58c5f99401002f5aca /_pytest/test_everything.py
parenta4c4dd77c8568d4139fdace7866af2ac2a590f59 (diff)
parent20031138aa96aa404312f228d042d3169320136d (diff)
downloadwee-slack-b075750bb5340525cd8e5b23e28f4abd2f330c6b.tar.gz
Merge pull request #434 from trygveaa/test/fix-broken-tests
Fix broken tests
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 a121541..c85fc15 100644
--- a/_pytest/test_everything.py
+++ b/_pytest/test_everything.py
@@ -4,7 +4,7 @@ import json
#from wee_slack import render
from wee_slack import ProcessNotImplemented
-def test_process_message(monkeypatch, realish_eventrouter, mock_websocket):
+def test_everything(realish_eventrouter, mock_websocket):
eventrouter = realish_eventrouter