Fixed test

This commit is contained in:
piotrhm 2020-05-27 12:38:21 +02:00 committed by Bruno Oliveira
parent 2be1c61eb3
commit df562533ff
1 changed files with 1 additions and 1 deletions

View File

@ -777,7 +777,7 @@ class TestTerminalFunctional:
assert false
"""
)
result = testdir.runpytest("--no-summary")
result = testdir.runpytest(p1, "--no-summary")
result.stdout.no_fnmatch_line("*= FAILURES =*")
def test_showlocals(self, testdir):