Skip to content
Snippets Groups Projects
Commit 68f00f2f authored by Vermaat's avatar Vermaat
Browse files

Fix unit tests to work with changes in r284.

parent 088eb4ba
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ from nose.tools import *
from webtest import TestApp
import mutalyzer
from mutalyzer.wsgi import application
from mutalyzer import website
from mutalyzer.util import slow
......@@ -32,6 +32,7 @@ class TestWSGI():
"""
Initialize test application.
"""
application = website.app.wsgifunc()
self.app = TestApp(application)
def test_root(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment