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

Commit dd1f35b

Browse files
committed
Update tests
1 parent cff7fc5 commit dd1f35b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/classes/github_actions_runner_spec.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@
364364
'ensure' => 'present',
365365
'owner' => 'root',
366366
'group' => 'root',
367-
'mode' => '0755',
368-
'content' => undef,
367+
'mode' => '0644',
368+
'content' => nil,
369369
)
370370
end
371371
end
@@ -385,7 +385,7 @@
385385
'ensure' => 'present',
386386
'owner' => 'root',
387387
'group' => 'root',
388-
'mode' => '0755',
388+
'mode' => '0644',
389389
'content' => "/usr/bin:/bin\n",
390390
)
391391
end
@@ -414,7 +414,7 @@
414414
'ensure' => 'present',
415415
'owner' => 'root',
416416
'group' => 'root',
417-
'mode' => '0755',
417+
'mode' => '0644',
418418
'content' => "/bin:/other/path\n",
419419
)
420420
end

0 commit comments

Comments
 (0)