Skip to content

Commit bf6f0ae

Browse files
Fix after rebase
1 parent 6469a1f commit bf6f0ae

File tree

5 files changed

+9
-14
lines changed

5 files changed

+9
-14
lines changed

tests/unit/downloaders/test_em_cell_mesh.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def _mock_asset_response(asset_id):
1717
"meta": {},
1818
"sha256_digest": "sha256_digest",
1919
"label": "cell_surface_mesh",
20+
"storage_type": "aws_s3_internal",
2021
}
2122

2223

tests/unit/models/data/cell_morphology.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"meta": {},
4646
"label": "morphology",
4747
"id": "8c73ebe9-fe8a-4621-bc83-1f4dfc9bf5df",
48+
"storage_type": "aws_s3_internal",
4849
"status": "created"
4950
},
5051
{
@@ -57,6 +58,7 @@
5758
"meta": {},
5859
"label": "morphology",
5960
"id": "4f63feb5-ee64-489b-9af3-59f3654c769c",
61+
"storage_type": "aws_s3_internal",
6062
"status": "created"
6163
}
6264
],

tests/unit/models/data/ion_channel_model.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
{
22
"contributions": [],
3-
"assets": [
4-
{
5-
"size": 1188,
6-
"sha256_digest": "e80d50df8f069863e4dd1f361a8a049933402ed233342f4ddaafab87064943fb",
7-
"path": "Ca_HVA2.mod",
8-
"full_path": "public/a98b7abc-fc46-4700-9e3d-37137812c730/0dbced5f-cc3d-488a-8c7f-cfb8ea039dc6/assets/ion_channel_model/21ebb7ab-b41b-441d-b494-6665075d26b0/Ca_HVA2.mod",
9-
"is_directory": false,
10-
"content_type": "application/mod",
11-
"meta": {},
12-
"label": "neuron_mechanisms",
13-
"id": "73e5c7ef-5cb6-484d-b534-2c1209f9f280",
14-
"status": "created"
15-
}
16-
],
173
"license": null,
184
"creation_date": "2022-10-20T13:05:35.588000Z",
195
"update_date": "2025-04-15T12:41:30.454420Z",

tests/unit/models/data/ion_channel_recording.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"meta": {},
4646
"label": "nwb",
4747
"id": "898ef0f4-d36f-4426-8af7-145cdb202004",
48+
"storage_type": "aws_s3_internal",
4849
"status": "created"
4950
}
5051
],

tests/unit/staging/data/memodel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
"sha256_digest": "f6f5c9cbf6472411bd34f24fcf960ddcebc61aa311f27e2472f75544b99cbe06",
122122
"status": "created",
123123
"meta": {},
124+
"storage_type": "aws_s3_internal",
124125
"label": "morphology"
125126
},
126127
{
@@ -133,6 +134,7 @@
133134
"sha256_digest": "f42d6a64f9a554d5fd7e52c34643073ef4d28dfebb5a3acd7f470c6f1b014b9d",
134135
"status": "created",
135136
"meta": {},
137+
"storage_type": "aws_s3_internal",
136138
"label": "morphology"
137139
},
138140
{
@@ -145,6 +147,7 @@
145147
"sha256_digest": "44a476456bd6db40eea5ef9a6202a708a37c9d6aeba5f3edb9f8ba6e3eec10b6",
146148
"status": "created",
147149
"meta": {},
150+
"storage_type": "aws_s3_internal",
148151
"label": "morphology"
149152
}
150153
],
@@ -340,6 +343,7 @@
340343
"sha256_digest": "69b206cfdfacdba2b406b6fc8a7e305577d0bc407e6edcd128e703f7081c2eed",
341344
"status": "created",
342345
"meta": {},
346+
"storage_type": "aws_s3_internal",
343347
"label": "neuron_hoc"
344348
},
345349
{
@@ -352,6 +356,7 @@
352356
"sha256_digest": "5d9b58544d7b82b82d07e97e1a5698a488a4b1bf5f49d1984ba72b1ce280abe1",
353357
"status": "created",
354358
"meta": {},
359+
"storage_type": "aws_s3_internal",
355360
"label": "emodel_optimization_output"
356361
}
357362
],

0 commit comments

Comments
 (0)