Skip to content

Commit ae19fd2

Browse files
committed
delete commented out stuff
1 parent b963b5f commit ae19fd2

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

test/test_zoom.py

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -330,26 +330,6 @@ def test_get_past_webinar_report(self, m):
330330
"user_name": "Jill Chill",
331331
"uuid": "4444AAAiAAAAAiAiAiiAii==",
332332
}
333-
# tbl = Table(
334-
# [
335-
# {
336-
# "custom_keys": [{"key": "Host Nation", "value": "US"}],
337-
# "dept": "HR",
338-
# "duration": 2,
339-
# "end_time": "2022-03-15T07:42:22Z",
340-
# "id": 345678902224,
341-
# "participants_count": 4,
342-
# "start_time": "2022-03-15T07:40:46Z",
343-
# "topic": "My Meeting",
344-
# "total_minutes": 3,
345-
# "tracking_fields": [{"field": "Host Nation", "value": "US"}],
346-
# "type": 4,
347-
# "user_email": "jchill@example.com",
348-
# "user_name": "Jill Chill",
349-
# "uuid": "4444AAAiAAAAAiAiAiiAii==",
350-
# }
351-
# ]
352-
# )
353333

354334
m.post(ZOOM_AUTH_CALLBACK, json={"access_token": "fakeAccessToken"})
355335
m.get(ZOOM_URI + "report/webinars/123", json=report)

0 commit comments

Comments
 (0)