-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4e18346
commit b1e7591
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule archivematica-acceptance-tests
updated
3 files
+2 −2 | .pre-commit-config.yaml | |
+7 −7 | requirements-dev.txt | |
+2 −2 | requirements.txt |
Submodule archivematica-storage-service
updated
8 files
+2 −2 | .pre-commit-config.yaml | |
+7 −7 | requirements-dev.txt | |
+2 −1 | requirements.in | |
+6 −5 | requirements.txt | |
+7 −12 | storage_service/locations/api/resources.py | |
+1 −1 | storage_service/templates/administration/key_detail.html | |
+78 −0 | tests/administration/test_views.py | |
+191 −0 | tests/locations/test_api.py |