From 95aff7325e5000275e6375547cb9ff6cff2c80fe Mon Sep 17 00:00:00 2001 From: Vivek Anand Date: Feb 09 2017 09:03:18 +0000 Subject: Unit Test: ProjectBlackListed Exception Signed-off-by: Vivek Anand --- diff --git a/tests/test_pagure_lib.py b/tests/test_pagure_lib.py index 33e40d8..f64b7ce 100644 --- a/tests/test_pagure_lib.py +++ b/tests/test_pagure_lib.py @@ -849,7 +849,7 @@ class PagureLibtests(tests.Modeltests): # Try creating a blacklisted project self.assertRaises( - pagure.exceptions.PagureException, + pagure.exceptions.ProjectBlackListedException, pagure.lib.new_project, session=self.session, user='pingou',