Commit 1f047815 authored by Denis Bilenko's avatar Denis Bilenko

use obscurer port to avoid conflicts

parent 1a5225ee
...@@ -232,7 +232,7 @@ class FakeProxyHandler(BaseHTTPServer.BaseHTTPRequestHandler): ...@@ -232,7 +232,7 @@ class FakeProxyHandler(BaseHTTPServer.BaseHTTPRequestHandler):
class ProxyAuthTests(greentest.TestCase): class ProxyAuthTests(greentest.TestCase):
URL = "http://www.foo.com" URL = "http://www.foo.com"
PORT = 8080 PORT = 25086
USER = "tester" USER = "tester"
PASSWD = "test123" PASSWD = "test123"
REALM = "TestRealm" REALM = "TestRealm"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment