Skip to content

Commit 2af0d1e

Browse files
committed
remove a stray comma in a test tuple
1 parent 14de080 commit 2af0d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_warnings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def pytest_warning_recorded(self, warning_message, when, nodeid, location):
275275
result.stdout.fnmatch_lines(["*1 passed*"])
276276

277277
expected = [
278-
("config warning", "config", "",),
278+
("config warning", "config", ""),
279279
("collect warning", "collect", ""),
280280
("setup warning", "runtest", "test_warning_captured_hook.py::test_func"),
281281
("call warning", "runtest", "test_warning_captured_hook.py::test_func"),

0 commit comments

Comments
 (0)