Skip to content

Commit 53ddae8

Browse files
committed
Run python3 in test_grpc_proxying.py
Signed-off-by: Sergio Herrera <627709+seherv@users.noreply.github.com>
1 parent fefd619 commit 53ddae8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/test_grpc_proxying.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
@pytest.mark.example_dir('grpc_proxying')
99
def test_grpc_proxying(dapr):
1010
dapr.start(
11-
'--app-id invoke-receiver --app-protocol grpc --app-port 50051 --config config.yaml -- python invoke-receiver.py',
11+
'--app-id invoke-receiver --app-protocol grpc --app-port 50051 --config config.yaml -- python3 invoke-receiver.py',
1212
wait=5,
1313
)
1414
caller_output = dapr.run(
15-
'--app-id invoke-caller --dapr-grpc-port 50007 --config config.yaml -- python invoke-caller.py',
15+
'--app-id invoke-caller --dapr-grpc-port 50007 --config config.yaml -- python3 invoke-caller.py',
1616
timeout=30,
1717
)
1818
for line in EXPECTED_CALLER:

0 commit comments

Comments
 (0)