Skip to content

Commit

Permalink
remove grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellot000 committed Jun 21, 2024
1 parent eef441a commit 34be850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,9 +783,9 @@ def test_connect_get_output_double_list_operator(server_type):


@conftest.raises_for_servers_version_under("5.0")
def test_connect_get_output_string_list_operator(server_type):
def test_connect_get_output_string_list_operator(server_clayer):
d = ["hello", "bye"]
op = dpf.core.operators.utility.forward(d, server=server_type)
op = dpf.core.operators.utility.forward(d, server=server_clayer)


def test_connect_result(plate_msup, server_type):
Expand Down

0 comments on commit 34be850

Please sign in to comment.