Skip to content

Commit

Permalink
fix metadata_id
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Sep 12, 2024
1 parent 18e2e21 commit c269c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/send_CAP_as_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
data = base64.b64encode(file.read()).decode()

msg = {
'metadata_id': 'urn:wmo:md:int_wmo_test:cap',
'metadata_id': 'urn:wmo:md:int-wmo-test:cap',
'data': data,
'filename': filename.split('/')[-1]
}
Expand Down

0 comments on commit c269c88

Please sign in to comment.