File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments