aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mediagoblin/tests/test_timesince.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/tests/test_timesince.py b/mediagoblin/tests/test_timesince.py
index 1f8a082b..6579eb09 100644
--- a/mediagoblin/tests/test_timesince.py
+++ b/mediagoblin/tests/test_timesince.py
@@ -19,7 +19,7 @@ from datetime import datetime, timedelta
from mediagoblin.tools.timesince import is_aware, timesince
-def test_timesince(test_app):
+def test_timesince():
test_time = datetime.now()
# it should ignore second and microseconds