We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f1f15 commit 80e8f35Copy full SHA for 80e8f35
test/e2e/backups/backups.go
@@ -146,8 +146,8 @@ var _ = Describe("Mysql backups tests", func() {
146
})
147
148
149
- It("should failed the backup if bucket does not exists", func() {
150
- backup := framework.NewBackup(cluster, "gs://does_not_exist")
+ It("should failed the backup if bucket is not specified", func() {
+ backup := framework.NewBackup(cluster, "gs://")
151
Expect(f.Client.Create(context.TODO(), backup)).To(Succeed())
152
153
localTimeout := 150 * time.Second
0 commit comments