Skip to content

Commit

Permalink
moved config back
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Jun 13, 2018
1 parent 4baca09 commit ed28e9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions masonite/testsuite/TestSuite.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from masonite.app import App
from masonite.testsuite.TestRoute import TestRoute
from masonite.testsuite.TestRequest import TestRequest
from config import application
from config import application, providers
from pydoc import locate


Expand Down Expand Up @@ -37,7 +37,6 @@ def generate_wsgi():
class TestSuite:

def create_container(self):
from config import providers
container = App()

container.bind('WSGI', object)
Expand Down

0 comments on commit ed28e9f

Please sign in to comment.