From 2c901db023cd29d8f12408470245c9a5b8b911f1 Mon Sep 17 00:00:00 2001 From: tilly-Q Date: Tue, 20 Aug 2013 15:11:02 -0400 Subject: This commit was just to fix a few of the errors with the merging and to make sure that all of the previous tests work fine. --- mediagoblin/tests/test_auth.py | 1 + 1 file changed, 1 insertion(+) (limited to 'mediagoblin/tests/test_auth.py') diff --git a/mediagoblin/tests/test_auth.py b/mediagoblin/tests/test_auth.py index 7d7748ac..11ed83bd 100644 --- a/mediagoblin/tests/test_auth.py +++ b/mediagoblin/tests/test_auth.py @@ -342,6 +342,7 @@ def authentication_disabled_app(request): def test_authentication_disabled_app(authentication_disabled_app): # app.auth should = false + assert mg_globals assert mg_globals.app.auth is False # Try to visit register page -- cgit v1.2.3