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

Commit 2033b42

Browse files
committed
fix rubocop: unexpected token
1 parent 69aa45e commit 2033b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/classes/github_actions_runner_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
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('org_name' => undef,
196+
super().merge('org_name' => '',
197197
'enterprise_name' => 'test_enterprise')
198198
end
199199

0 commit comments

Comments
 (0)