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

Commit 8b7b3d5

Browse files
authored
Merge pull request #8 from Telefonica/fix_service_tests
Fixing expected service name in tests
2 parents 25f5c3e + 4bea06d commit 8b7b3d5

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
@@ -45,7 +45,7 @@
4545

4646
context 'is expected to create a github_actions_runner service' do
4747
it do
48-
is_expected.to contain_service('github-actions-runner-first_runner').with('ensure' => 'running', 'enable' => true)
48+
is_expected.to contain_service('github-actions-runner.first_runner.service').with('ensure' => 'running', 'enable' => true)
4949
end
5050
end
5151

0 commit comments

Comments
 (0)