Skip to content

Commit 26ab4a5

Browse files
perdueAryazE
authored andcommitted
Fix broken oadrRegisterReport test
Signed-off-by: Brent Perdue <perdue@users.noreply.github.com>
1 parent ac9d3d1 commit 26ab4a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/test_message_conversion.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ def test_message(message_type, data):
308308
# print("", file=file)
309309
# print("", file=file)
310310
if message_type == 'oadrRegisterReport':
311+
data.pop('report_request_id')
311312
for report in data['reports']:
312313
for rd in report['report_descriptions']:
313314
if 'measurement' in rd:

0 commit comments

Comments
 (0)