From 2c17185d5dbfb8821ad71a93b775718dec00264f Mon Sep 17 00:00:00 2001 From: sharinetmc Date: Fri, 13 Dec 2024 11:11:53 -1000 Subject: [PATCH] typo --- test/test_zoom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_zoom.py b/test/test_zoom.py index 544bedde2..bae4c40fb 100644 --- a/test/test_zoom.py +++ b/test/test_zoom.py @@ -313,7 +313,7 @@ def test_get_past_webinar_participants(self, m): assert_matching_tables(self.zoom.get_past_webinar_participants(123), tbl) @requests_mock.Mocker() - def test_get_webinar_report(self, m): + def test_get_past_webinar_report(self, m): report = { "custom_keys": [{"key": "Host Nation", "value": "US"}], "dept": "HR",