summaryrefslogtreecommitdiffstats
path: root/python/tests/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/tests.py')
-rwxr-xr-xpython/tests/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/tests.py b/python/tests/tests.py
index a1913e01..de3cf808 100755
--- a/python/tests/tests.py
+++ b/python/tests/tests.py
@@ -41,7 +41,7 @@ if not '../.libs' in sys.path:
testSuites = (
- 'login_tests',
+ 'profiles_tests',
'errorchecking_tests',
)