mirror of https://github.com/hashicorp/consul
fix test
parent
2b66e28fc2
commit
2c9f48e0c2
|
@ -89,6 +89,7 @@ func TestSnapshotSaveCommandWithAppendFileNameFlag(t *testing.T) {
|
|||
file := filepath.Join(dir, "backup.tgz")
|
||||
args := []string{
|
||||
"-append-filename=version,dc",
|
||||
"-http-addr=" + a.HTTPAddr(),
|
||||
file,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue