Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloromeo committed Oct 8, 2024
1 parent e0c83b0 commit bcb907d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,6 @@ async def set_multiple(
if error_details:= [
_get_error_details(r, port_key)
for port_key, r in zip(port_values.keys(), results)
if r is not None
]:
raise ValidationError.from_exception_data(title="Multiple port_key errors",line_errors=error_details)
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from simcore_sdk.node_ports_v2 import Nodeports, exceptions, ports
from simcore_sdk.node_ports_v2.ports_mapping import InputsList, OutputsList
from utils_port_v2 import create_valid_port_mapping
from pytest_mock import MockerFixture


@pytest.mark.parametrize(
"auto_update",
Expand Down

0 comments on commit bcb907d

Please sign in to comment.