Skip to content

Commit

Permalink
tests(aurora): remove tls bits check as we are using default aws conf…
Browse files Browse the repository at this point in the history
…ig (#857)
  • Loading branch information
pivotal-marcela-campo authored Apr 4, 2023
1 parent 61b8567 commit 5b6ec7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion acceptance-tests/aurora_postgresql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ var _ = Describe("Aurora PostgreSQL", Label("aurora-postgresql"), func() {

Expect(sslInfo.SSL).To(BeTrue())
Expect(sslInfo.Cipher).NotTo(BeEmpty())
Expect(sslInfo.Bits).To(BeNumerically(">=", 256))

By("deleting the entry using the writer app")
appWriter.DELETE("%d", userIn.ID)
Expand Down

0 comments on commit 5b6ec7f

Please sign in to comment.