Skip to content

Commit

Permalink
fixed issue with test
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Sep 1, 2018
1 parent 6d8884f commit 9aa3141
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/providers/test_route_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ def test_route_subdomain_ignores_routes(self):
request.activate_subdomains()

self.provider.boot(
self.app.make('Route')
self.app.make('Route'),
self.app.make('Request')
)

assert self.app.make('Response') == 'Route not found. Error 404'
Expand Down

0 comments on commit 9aa3141

Please sign in to comment.