Merge "Fix logging on the prepare stage"

This commit is contained in:
Jenkins 2017-03-07 10:08:37 +00:00 committed by Gerrit Code Review
commit 0697adb44a
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ def snapshot(request):
@pytest.fixture(scope='function', autouse=True)
def prepare(request):
def prepare(request, snapshot):
"""Fixture for prepearing environment for test.
Provided two marker behaviour: