We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1c18c commit 1df1179Copy full SHA for 1df1179
packages/simcore-sdk/tests/unit/test_node_ports_v2_port.py
@@ -318,7 +318,7 @@ class PortParams(NamedTuple):
318
exp_new_value=FileLink(
319
store=simcore_store_id(),
320
path=f"{project_id()}/{node_uuid()}/no_file/{this_node_file_name().name}",
321
- eTag=e_tag(),
+ e_tag=e_tag(),
322
),
323
exp_new_get_value=download_file_folder_name()
324
/ "no_file"
0 commit comments