dirsrvtests/tickets/ticket47815_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 24a4103388ce3c27e6b766644595d5e443a0a434 Author: Thierry bordaz (tbordaz) tbordaz@redhat.com Date: Mon Jun 30 14:43:25 2014 +0200
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
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'.
389-commits@lists.fedoraproject.org