소스 검색

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 년 전
부모
커밋
24a4103388
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
         self.standalone = standalone
 
 
 
 
-pytest.fixture(scope="module")
+@pytest.fixture(scope="module")
 def topology(request):
 def topology(request):
     '''
     '''
         This fixture is used to standalone topology for the 'module'.
         This fixture is used to standalone topology for the 'module'.