Fixing a test

This commit is contained in:
Oleg Pidsadnyi 2016-06-22 09:53:33 +02:00
parent a3cd429a10
commit 3fbed30c9b
1 changed files with 1 additions and 2 deletions

View File

@ -78,5 +78,4 @@ def pytest_cmdline_main(config):
def pytest_bdd_apply_tag(tag, function):
mark = getattr(pytest.mark, tag)
mark(function)
return True
return mark(function)