Skip to content

Commit 46f00c5

Browse files
add new parameter to test initialize
1 parent 83cbb8f commit 46f00c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/lib/temporal/grpc_client_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
describe '#start_workflow_execution' do
55
it 'provides the existing run_id when the workflow is already started' do
6-
client = Temporal::Client::GRPCClient.new(nil, nil, nil)
6+
client = Temporal::Client::GRPCClient.new(nil, nil, nil, :this_channel_is_insecure)
77
allow(client).to receive(:client).and_return(grpc_stub)
88
allow(grpc_stub).to receive(:start_workflow_execution).and_raise(
99
GRPC::AlreadyExists,

0 commit comments

Comments
 (0)