We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9d3d1 commit c367d6eCopy full SHA for c367d6e
1 file changed
test/test_message_conversion.py
@@ -308,6 +308,7 @@ def test_message(message_type, data):
308
# print("", file=file)
309
310
if message_type == 'oadrRegisterReport':
311
+ data.pop('report_request_id')
312
for report in data['reports']:
313
for rd in report['report_descriptions']:
314
if 'measurement' in rd:
0 commit comments