Skip to content

Commit

Permalink
Join path correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
z0mbix committed Sep 6, 2024
1 parent 643f662 commit 0a34d5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/provisioner/ansible_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package provisioner

import (
"path/filepath"
"reflect"
"testing"
)
Expand Down Expand Up @@ -47,7 +48,7 @@ func TestAnsibleProvisioner_GetCommand(t *testing.T) {
"local",
"--inventory",
"localhost,",
"tests/playbook.yml",
filepath.Join("tests", "playbook.yml"),
},
},
}
Expand Down

0 comments on commit 0a34d5c

Please sign in to comment.