Skip to content

Commit 99fafd1

Browse files
committed
Fixed test
1 parent a126008 commit 99fafd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_terminal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ def test_no_summary():
733733
assert false
734734
"""
735735
)
736-
result = testdir.runpytest("--no-summary")
736+
result = testdir.runpytest(p1, "--no-summary")
737737
result.stdout.no_fnmatch_line("*= FAILURES =*")
738738

739739
def test_showlocals(self, testdir):

0 commit comments

Comments
 (0)