diff --git a/out/out_command_test.go b/out/out_command_test.go index c045ce3df..8f9f6f1ed 100644 --- a/out/out_command_test.go +++ b/out/out_command_test.go @@ -88,7 +88,7 @@ var _ = Describe("OutCommand", func() { })) }) - It("dryrun deploys", func() { + It("deploys with recreate", func() { outRequest.Params.Recreate = true _, err := outCommand.Run(outRequest) @@ -113,7 +113,7 @@ var _ = Describe("OutCommand", func() { })) }) - It("recreate deploys", func() { + It("dryrun deploys", func() { outRequest.Params.DryRun = true _, err := outCommand.Run(outRequest)