Skip to content

Commit e47b6a6

Browse files
committed
Add version to copy-source canary step test
1 parent fa8670e commit e47b6a6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

command/v7/copy_source_command_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,8 @@ var _ = Describe("copy-source Command", func() {
329329
BeforeEach(func() {
330330
cmd.Strategy = flag.DeploymentStrategy{Name: constant.DeploymentStrategyCanary}
331331
cmd.InstanceSteps = "1,2,4"
332+
333+
fakeConfig.APIVersionReturns("3.999.0")
332334
})
333335

334336
It("starts the new app", func() {

0 commit comments

Comments
 (0)