Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seocam committed Jun 6, 2015
1 parent ae06b33 commit ed6ebf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_views.py
Expand Up @@ -35,10 +35,10 @@ class CustomProxyView(ProxyView):
proxy_view._parsed_url

# Test for parsed URL
proxy_view.get_upstream()
proxy_view.get_upstream('')
self.assertIsInstance(proxy_view._parsed_url, ParseResult)
# Get parsed URL from cache
proxy_view.get_upstream()
proxy_view.get_upstream('')
self.assertIsInstance(proxy_view._parsed_url, ParseResult)

def test_upstream_without_scheme(self):
Expand Down

0 comments on commit ed6ebf6

Please sign in to comment.