tests: fix integration tests

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-05-25 15:14:39 -07:00
parent 12b771a43b
commit c7c8c5fa8d
8 changed files with 74 additions and 75 deletions

View File

@@ -38,6 +38,7 @@ var computeCmd = &cobra.Command{
st := &state.State{
Name: "FIXME",
Path: args[0],
Plan: args[0],
}
for _, input := range viper.GetStringSlice("input-string") {