From 2af0d1e221739ebad1d318743d2987f3d45511f8 Mon Sep 17 00:00:00 2001 From: Gleb Nikonorov Date: Thu, 28 May 2020 00:02:28 -0400 Subject: [PATCH] remove a stray comma in a test tuple --- testing/test_warnings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_warnings.py b/testing/test_warnings.py index 070ed72c51..ea7ab397df 100644 --- a/testing/test_warnings.py +++ b/testing/test_warnings.py @@ -275,7 +275,7 @@ def pytest_warning_recorded(self, warning_message, when, nodeid, location): 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"),