We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fefd619 commit 53ddae8Copy full SHA for 53ddae8
1 file changed
tests/integration/test_grpc_proxying.py
@@ -8,11 +8,11 @@
8
@pytest.mark.example_dir('grpc_proxying')
9
def test_grpc_proxying(dapr):
10
dapr.start(
11
- '--app-id invoke-receiver --app-protocol grpc --app-port 50051 --config config.yaml -- python invoke-receiver.py',
+ '--app-id invoke-receiver --app-protocol grpc --app-port 50051 --config config.yaml -- python3 invoke-receiver.py',
12
wait=5,
13
)
14
caller_output = dapr.run(
15
- '--app-id invoke-caller --dapr-grpc-port 50007 --config config.yaml -- python invoke-caller.py',
+ '--app-id invoke-caller --dapr-grpc-port 50007 --config config.yaml -- python3 invoke-caller.py',
16
timeout=30,
17
18
for line in EXPECTED_CALLER:
0 commit comments