remove a stray comma in a test tuple

This commit is contained in:
Gleb Nikonorov 2020-05-28 00:02:28 -04:00
parent 14de08011b
commit 2af0d1e221
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ def test_warning_captured_hook(testdir):
result.stdout.fnmatch_lines(["*1 passed*"])
expected = [
("config warning", "config", "",),
("config warning", "config", ""),
("collect warning", "collect", ""),
("setup warning", "runtest", "test_warning_captured_hook.py::test_func"),
("call warning", "runtest", "test_warning_captured_hook.py::test_func"),