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

Commit e833ae8

Browse files
fixing tests
1 parent a079f1c commit e833ae8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/integration/default/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
roles:
77
# name of role to test
8-
- role: ansible-codedeploy-agent
8+
- role: ansible-aws-codedeploy-agent

test/integration/default/serverspec/localhost/default_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'spec_helper'
22

3-
describe 'ansible-codedeploy-agent::default' do
3+
describe 'ansible-aws-codedeploy-agent::default' do
44

55
describe service('codedeploy-agent') do
66
it { should be_enabled }

0 commit comments

Comments
 (0)