Skip to content

Commit

Permalink
Update integration tests after removing postgres 11
Browse files Browse the repository at this point in the history
Co-authored-by: Nahom Alem <[email protected]>
  • Loading branch information
monotypical and NahomCO committed Nov 29, 2024
1 parent c1d1461 commit ab07790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/blackbox/rdsbroker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var _ = Describe("RDS Broker Daemon", func() {
Expect(service2.Description).To(Equal("AWS RDS PostgreSQL service"))
Expect(service2.Bindable).To(BeTrue())
Expect(service2.PlanUpdatable).To(BeTrue())
Expect(service2.Plans).To(HaveLen(9))
Expect(service2.Plans).To(HaveLen(6))
})
})

Expand Down

0 comments on commit ab07790

Please sign in to comment.