Skip to content

Commit ec7da5a

Browse files
PProfiziBClappe
authored andcommitted
Test on gRPC too (will wait for fix server-sde)
1 parent 688f54e commit ec7da5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_any.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ def test_cast_scoping_any(server_type):
123123

124124

125125
@conftest.raises_for_servers_version_under("7.0")
126-
def test_cast_data_sources_any(server_in_process):
126+
def test_cast_data_sources_any(server_type):
127127
# Not available through grpc yet
128-
entity = dpf.DataSources(server=server_in_process, result_path="test.pth")
128+
entity = dpf.DataSources(server=server_type, result_path="test.pth")
129129
any_dpf = dpf.Any.new_from(entity)
130130
new_entity = any_dpf.cast()
131131

0 commit comments

Comments
 (0)