-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prmdr 338 subtask #93
Conversation
Co-authored-by: NogaNHS <noga.sasson1@nhs.net>
…erialise/deserialise with field names in NHS spec
…el, add basic test for serialise/deserialise for StagingMetadata
… extract_info_from_filename
…load_metadata lambda
"eventSource": "aws:sqs", | ||
"messageAttributes": { | ||
"NhsNumber": {"stringValue": staging_metadata.nhs_number} | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additional comma can be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry tried remove the commas, but formatter keep adding them back 😅 ...
@@ -135,7 +135,7 @@ | |||
"fileName": f"1of2_Lloyd_George_Record_[Joe Bloggs]_[{TEST_NHS_NUMBER}]_[25-12-2019].pdf", | |||
"contentType": "application/pdf", | |||
"docType": "LG", | |||
} | |||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additional comma can be removed
mock_copy_object.assert_called_once_with( | ||
Bucket="bucket_to_copy_to", | ||
Key=f"{TEST_NHS_NUMBER}/{TEST_OBJECT_KEY}", | ||
CopySource={"Bucket": "bucket_to_copy_from", "Key": TEST_FILE_KEY}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additional comma can be removed
No description provided.