diff rhodecode/tests/_test_concurency.py @ 1734:48d4fcf04a29 beta

another major refactoring with session management
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 27 Nov 2011 00:50:19 +0200
parents a404060706c0
children 8ecc6b8229a5
line wrap: on
line diff
--- a/rhodecode/tests/_test_concurency.py	Sat Nov 26 23:40:41 2011 +0200
+++ b/rhodecode/tests/_test_concurency.py	Sun Nov 27 00:50:19 2011 +0200
@@ -53,7 +53,7 @@
 
 USER = 'test_admin'
 PASS = 'test12'
-HOST = '127.0.0.1:5000'
+HOST = 'hg.local'
 METHOD = 'pull'
 DEBUG = True
 log = logging.getLogger(__name__)