aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/tests/functional
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-07-25 22:21:26 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-07-25 22:21:26 +0200
commitadf78d3364b07dd5735b70b2ba0039f92fedc21c (patch)
tree864c577b0c78bfd465c7c0dc4c8f75c5394da91b /rhodecode/tests/functional
parent4265303821f22ab687668e24ded76a903b0abd6d (diff)
fixed test after users table rewrite
--HG-- branch : beta
Diffstat (limited to 'rhodecode/tests/functional')
-rw-r--r--rhodecode/tests/functional/test_admin_users.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhodecode/tests/functional/test_admin_users.py b/rhodecode/tests/functional/test_admin_users.py
index 4b179ded..7f64163b 100644
--- a/rhodecode/tests/functional/test_admin_users.py
+++ b/rhodecode/tests/functional/test_admin_users.py
@@ -49,7 +49,7 @@ class TestAdminUsersController(TestController):
response.follow()
response = response.follow()
- response.mustcontain("""edit">newtestuser</a>""")
+ response.mustcontain("""newtestuser""")
def test_create_err(self):
self.log_user()