From 613d2e553e81c752ca25e7b3946558693608e94c Mon Sep 17 00:00:00 2001 From: Yusuf Kanchwala Date: Fri, 2 Oct 2020 09:59:22 +0530 Subject: [PATCH] fix unit tests --- pkg/cli/run_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cli/run_test.go b/pkg/cli/run_test.go index dc95cf566..4a2e102a7 100644 --- a/pkg/cli/run_test.go +++ b/pkg/cli/run_test.go @@ -60,7 +60,7 @@ func TestRun(t *testing.T) { for _, tt := range table { t.Run(tt.name, func(t *testing.T) { - Run(tt.iacType, tt.iacVersion, tt.cloudType, tt.iacFilePath, tt.iacDirPath, tt.configFile, "", "", "", "", tt.configOnly) + Run(tt.iacType, tt.iacVersion, tt.cloudType, tt.iacFilePath, tt.iacDirPath, tt.configFile, "", "", "", "", tt.configOnly, false) }) } }