Skip to content

Commit

Permalink
Fix role read test
Browse files Browse the repository at this point in the history
  • Loading branch information
efortin committed Jan 21, 2021
1 parent af1a0b5 commit b76ac19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ansible/role_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var simpleRole = Role{
func TestRole_ReadRoleTasks(t *testing.T) {

t.Run("with a valid path and simple data should have good tags", func(t *testing.T) {
simpleRole.ReadRoleTasks("./../test/projectMultiLevel")
simpleRole.ReadRoleTasks("./../../test/projectMultiLevel")
assert.NotNil(t, simpleRole.Tasks)
assert.NotEmpty(t, simpleRole.Tasks)
})
Expand Down

0 comments on commit b76ac19

Please sign in to comment.