Skip to content

Commit

Permalink
RF: shorten some metadata fields in the test to avoid clutter
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Nov 4, 2024
1 parent 9872e2d commit ba68e23
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions dandischema/tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,8 +547,6 @@ def test_aggregation_bids() -> None:
{"status": "dandi:OpenAccess", "schemaKey": "AccessRequirements"}
],
"digest": {
"dandi:sha2-256": "a91db138c2842c9d3f5bbe30497065c6293dcab0b77"
"f774a917ab09fb1fd8eef",
"dandi:dandi-etag": "7e002a08bef16abb5954d1c2a3fce0a2-574",
},
"@context": "https://raw.githubusercontent.com/dandi/schema/master/"
Expand All @@ -557,32 +555,13 @@ def test_aggregation_bids() -> None:
"contentUrl": [
"https://api.dandiarchive.org/api/assets/6668d37f-e842-4b73-8c20"
"-082a1dd0d31a/download/",
"https://dandiarchive.s3.amazonaws.com/blobs/ace/16c/ace16cf2"
"-3eaf-4d64-9e3b-5c6a981cb8ec",
],
"identifier": "6668d37f-e842-4b73-8c20-082a1dd0d31a",
"repository": "https://dandiarchive.org/",
"contentSize": 38474544973,
"dateModified": "2021-07-22T23:59:16.060551-04:00",
"schemaVersion": "0.4.4",
"encodingFormat": "application/x-zarr",
"wasGeneratedBy": [
{
"id": "urn:uuid:aef77d59-7a7f-4320-9d4b-9b03f3e25e54",
"name": "Metadata generation",
"schemaKey": "Activity",
"description": "Metadata generated by DANDI cli",
"wasAssociatedWith": [
{
"url": "https://github.com/dandi/dandi-cli",
"name": "DANDI Command Line Interface",
"version": "0.23.2",
"schemaKey": "Software",
"identifier": "RRID:SCR_019009",
}
],
}
],
"blobDateModified": "2021-07-11T16:34:31-04:00",
},
{
Expand All @@ -593,8 +572,6 @@ def test_aggregation_bids() -> None:
{"status": "dandi:OpenAccess", "schemaKey": "AccessRequirements"}
],
"digest": {
"dandi:sha2-256": "3d89ba29211c55c5a299f24ab64ac7d93750c8f7614"
"b360bf9a58266031b3752",
"dandi:dandi-etag": "954aab90c420c621cc70d17e74a65116-921",
},
"@context": "https://raw.githubusercontent.com/dandi/schema/master/"
Expand All @@ -603,32 +580,13 @@ def test_aggregation_bids() -> None:
"contentUrl": [
"https://api.dandiarchive.org/api/assets/84dd580f-8d4a-43f8-bda3"
"-6fb53fb5d3a2/download/",
"https://dandiarchive.s3.amazonaws.com/blobs/3e4/c7f/3e4c7f03"
"-4280-426d-9cba-3b53d616a44c",
],
"identifier": "84dd580f-8d4a-43f8-bda3-6fb53fb5d3a2",
"repository": "https://dandiarchive.org/",
"contentSize": 61774316916,
"dateModified": "2021-10-01T18:28:16.038990-04:00",
"schemaVersion": "0.6.0",
"encodingFormat": "application/x-zarr",
"wasGeneratedBy": [
{
"id": "urn:uuid:8f69a248-0e6a-4fa1-8369-ae1cc63d59d8",
"name": "Metadata generation",
"schemaKey": "Activity",
"description": "Metadata generated by DANDI cli",
"wasAssociatedWith": [
{
"url": "https://github.com/dandi/dandi-cli",
"name": "DANDI Command Line Interface",
"version": "0.27.3",
"schemaKey": "Software",
"identifier": "RRID:SCR_019009",
}
],
}
],
"blobDateModified": "2021-07-10T18:58:25-04:00",
},
{
Expand Down

0 comments on commit ba68e23

Please sign in to comment.