Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sharinetmc committed Dec 13, 2024
1 parent 5af8d7f commit 2c17185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_zoom.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2c17185

Please sign in to comment.