-
Notifications
You must be signed in to change notification settings - Fork 24
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
DCF-1384: New DRS fields #207
DCF-1384: New DRS fields #207
Conversation
The style in this PR agrees with This formatting comment was generated automatically by a script in uc-cdis/wool. |
41cc37e
to
9294c8d
Compare
d07f3c0
to
9294c8d
Compare
return rec.to_json() | ||
raise_for_status_and_print_error(resp) | ||
|
||
return resp.json() |
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.
Why change from to_json()
to json()
?
@@ -229,3 +229,52 @@ def test_blank(gen3_index): | |||
# delete the record | |||
drec = gen3_index.delete_record(updatedblank["did"]) | |||
assert drec._deleted | |||
|
|||
|
|||
def test_desc_and_content_dates(gen3_index): |
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.
Can you add a test where these fields are not provided?
1fb3b73
to
c235963
Compare
Jira Ticket: PXP-1384
New Features
Breaking Changes
Bug Fixes
Improvements
Dependency updates
Deployment changes