Skip to content

Commit

Permalink
project.urls: add test case for serve_document.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Moody committed May 21, 2024
1 parent 916bdf7 commit 15a9991
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions physionet-django/project/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,7 @@
'_query_': {'subdir': 'notes'},
},
'serve_document': {
# missing UploadedDocument in demo
'_skip_': True,
'file_name': 'Ethics_Approval_57e9ba85-eb58-4da5-a86f-2b653ba17cf4.pdf',
'file_name': 'ethics/Ethics_Approval_567b029d-9ea6-41b8-b738-bf45675b24ce.txt',
},
'published_project_request_access': {
# missing DataAccess in demo
Expand Down

0 comments on commit 15a9991

Please sign in to comment.