We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83cbb8f commit 46f00c5Copy full SHA for 46f00c5
spec/unit/lib/temporal/grpc_client_spec.rb
@@ -3,7 +3,7 @@
3
4
describe '#start_workflow_execution' do
5
it 'provides the existing run_id when the workflow is already started' do
6
- client = Temporal::Client::GRPCClient.new(nil, nil, nil)
+ client = Temporal::Client::GRPCClient.new(nil, nil, nil, :this_channel_is_insecure)
7
allow(client).to receive(:client).and_return(grpc_stub)
8
allow(grpc_stub).to receive(:start_workflow_execution).and_raise(
9
GRPC::AlreadyExists,
0 commit comments