Skip to content

Commit

Permalink
Follow up for 873cec7
Browse files Browse the repository at this point in the history
  • Loading branch information
gibizer authored and openshift-merge-bot[bot] committed Feb 29, 2024
1 parent 3ee92ad commit efad586
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/nova_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ var _ = Describe("Nova controller", func() {
It("defaults Spec fields", func() {
nova := GetNova(novaNames.NovaName)
cell0Template := nova.Spec.CellTemplates["cell0"]
Expect(cell0Template.DBPurge.Schedule).To(Equal(ptr.To("1 0 * * *")))
Expect(cell0Template.DBPurge.ArchiveAge).To(Equal(ptr.To(30)))
Expect(cell0Template.DBPurge.PurgeAge).To(Equal(ptr.To(90)))
})
Expand Down

0 comments on commit efad586

Please sign in to comment.