Skip to content

Commit 71e14c4

Browse files
fix: fix error on test
1 parent 8d5d81d commit 71e14c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/reconcile_scale_zero_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ var _ = Describe("Cluster scale from zero to less replicas configured", Ordered,
225225
return "ReconcileSuccess status: condition not present"
226226
}, 0).Should(Equal("ReconcileSuccess status: False, " +
227227
"with reason: UnsupportedOperation " +
228-
"and message: Unsupported operation; when scaling from zero, you can only restore the previous number of replicas (1)"))
228+
"and message: Unsupported operation; when scaling from zero, you can only restore the previous number of replicas (2)"))
229229
})
230230
})
231231
})

0 commit comments

Comments
 (0)