Jelajahi Sumber

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
Thierry bordaz (tbordaz) 11 tahun lalu
induk
melakukan
24a4103388
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      dirsrvtests/tickets/ticket47815_test.py

+ 1 - 1
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'.