From 35b500aa2a1e6a19b255301f44a51db705b9b46e Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Thu, 23 Mar 2017 11:17:05 -0400 Subject: [PATCH] Fix test override --- endpoints/appr/test/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints/appr/test/test_api.py b/endpoints/appr/test/test_api.py index 2433588d6..6ed59b963 100644 --- a/endpoints/appr/test/test_api.py +++ b/endpoints/appr/test/test_api.py @@ -192,5 +192,5 @@ class TestQuayModels(CnrTestModels): CnrTestModels.test_channel_delete_releases(self, db_with_data1) @pytest.mark.xfail - def test_forbidden_db_reset(self, db_class): + def test_forbiddeb_db_reset(self, db_class): pass