[389-commits] dirsrvtests/tickets

thierry bordaz tbordaz at fedoraproject.org
Mon Jun 30 12:45:48 UTC 2014


 dirsrvtests/tickets/ticket47815_test.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 24a4103388ce3c27e6b766644595d5e443a0a434
Author: Thierry bordaz (tbordaz) <tbordaz at 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")
+ at pytest.fixture(scope="module")
 def topology(request):
     '''
         This fixture is used to standalone topology for the 'module'.




More information about the 389-commits mailing list