testing: fix lint after merge of old branch

This commit is contained in:
Ran Benita 2020-05-05 22:00:55 +03:00
parent 4b91617002
commit abf785666a
1 changed files with 1 additions and 1 deletions

View File

@ -1465,7 +1465,7 @@ class TestPytestPluginsVariable:
warnings.filterwarnings('always', category=DeprecationWarning) warnings.filterwarnings('always', category=DeprecationWarning)
pytest_plugins=['capture'] pytest_plugins=['capture']
""", """,
} },
) )
res = testdir.runpytest_subprocess() res = testdir.runpytest_subprocess()
assert res.ret == 0 assert res.ret == 0