From ec359f57da9f1fca4a1b99d2d6cbc62738db8b9f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 14 2016 10:18:25 +0000 Subject: Drop line that is no longer needed --- diff --git a/tests/test_pagure_flask_ui_repo.py b/tests/test_pagure_flask_ui_repo.py index e58e6c3..fd0f683 100644 --- a/tests/test_pagure_flask_ui_repo.py +++ b/tests/test_pagure_flask_ui_repo.py @@ -1077,7 +1077,6 @@ class PagureFlaskRepotests(tests.Modeltests): '+ ======' in output.data) # View first commit - with the old URL scheme disabled - default - pagure.APP.config['OLD_VIEW_COMMIT_ENABLED'] = False output = self.app.get( '/test/%s' % commit.oid.hex, follow_redirects=True) self.assertEqual(output.status_code, 404)