Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit ce2703b

Browse files
committed
undef org_name when testing enterprise
1 parent bbc6b19 commit ce2703b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/classes/github_actions_runner_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@
193193

194194
context 'is expected to create a github_actions_runner installation script with test_enterprise in content' do
195195
let(:params) do
196-
super().merge('enterprise_name' => 'test_enterprise')
196+
super().merge('org_name' => undef,
197+
'enterprise_name' => 'test_enterprise')
197198
end
198199

199200
it do

0 commit comments

Comments
 (0)