We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c805fcd commit 5cb03e8Copy full SHA for 5cb03e8
pytest_django/live_server_helper.py
@@ -31,7 +31,7 @@ def stop(self):
31
32
@property
33
def url(self):
34
- return "http://%s:%s" % (self._dj_testcase.host, self._dj_testcase.server_thread.port)
+ return self._dj_testcase.live_server_url
35
36
def __str__(self):
37
return self.url
0 commit comments