From 0c90569b747b8d1b330222a982dc0c0b322e74c3 Mon Sep 17 00:00:00 2001 From: "Thierry bordaz (tbordaz)" Date: Sun, 29 Jun 2014 12:42:30 +0200 Subject: [PATCH 2/2] Ticket 47815 - Add operations rejected by betxn plugins remain in cache Bug Description: CI test miss '@' in fixture declaration https://fedorahosted.org/389/ticket/47815 Platforms tested: F19 jenkins Flag Day: no Doc impact: no --- dirsrvtests/tickets/ticket47815_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dirsrvtests/tickets/ticket47815_test.py b/dirsrvtests/tickets/ticket47815_test.py index 1f2ce33..7c8f275 100644 --- a/dirsrvtests/tickets/ticket47815_test.py +++ b/dirsrvtests/tickets/ticket47815_test.py @@ -22,7 +22,7 @@ class TopologyStandalone(object): self.standalone = standalone -pytest.fixture(scope="module") +@pytest.fixture(scope="module") def topology(request): ''' This fixture is used to standalone topology for the 'module'. -- 1.7.11.7