File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/entitysdk/downloaders Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def download_hoc(
22
22
output_dir = create_dir (output_dir )
23
23
asset = client .download_assets (
24
24
emodel ,
25
- selection = {"content_type" : "application/hoc" },
25
+ selection = {"content_type" : "application/x-neuron- hoc" },
26
26
output_path = output_dir ,
27
27
).one ()
28
28
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def _mock_asset_response(asset_id):
10
10
"path" : "foo.hoc" ,
11
11
"full_path" : "foo.hoc" ,
12
12
"is_directory" : False ,
13
- "content_type" : "application/hoc" ,
13
+ "content_type" : "application/x-neuron- hoc" ,
14
14
"size" : 100 ,
15
15
"status" : "created" ,
16
16
"meta" : {},
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def _mock_emodel_asset_response(asset_id):
45
45
"path" : "foo.hoc" ,
46
46
"full_path" : "foo.hoc" ,
47
47
"is_directory" : False ,
48
- "content_type" : "application/hoc" ,
48
+ "content_type" : "application/x-neuron- hoc" ,
49
49
"size" : 100 ,
50
50
"status" : "created" ,
51
51
"meta" : {},
You can’t perform that action at this time.
0 commit comments