Skip to content

Commit 1df1179

Browse files
fix field name
1 parent 9f1c18c commit 1df1179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/simcore-sdk/tests/unit/test_node_ports_v2_port.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ class PortParams(NamedTuple):
318318
exp_new_value=FileLink(
319319
store=simcore_store_id(),
320320
path=f"{project_id()}/{node_uuid()}/no_file/{this_node_file_name().name}",
321-
eTag=e_tag(),
321+
e_tag=e_tag(),
322322
),
323323
exp_new_get_value=download_file_folder_name()
324324
/ "no_file"

0 commit comments

Comments
 (0)