Skip to content

Commit

Permalink
fix incorrect variable name in test. rics3n#5
Browse files Browse the repository at this point in the history
  • Loading branch information
uphy committed Apr 20, 2018
1 parent fc88d2b commit 50d5138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestCommand(t *testing.T) {
InventoryPath: "inventory-path",
Inventories: []string{"inventory1", "inventory2"},
Playbook: "playbook.yml",
RemoteUser: "user1",
SSHUser: "user1",
SSHKey: "",
}, "inventory").Args, " "); command != "/usr/bin/ansible-playbook -e ansible_ssh_private_key_file=/root/.ssh/id_rsa -e commit_sha=123456789ABCDEF -e commit_tag=TAGNAME -u user1 -i path/to/playbookdir/inventory-path/inventory path/to/playbookdir/playbook.yml" {
t.Error("unexpected command: ", command)
Expand Down

0 comments on commit 50d5138

Please sign in to comment.