Skip to content

Commit 80e8f35

Browse files
committed
Use an empty bucket name for e2e tests
1 parent 11f1f15 commit 80e8f35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/backups/backups.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ var _ = Describe("Mysql backups tests", func() {
146146
})
147147
})
148148

149-
It("should failed the backup if bucket does not exists", func() {
150-
backup := framework.NewBackup(cluster, "gs://does_not_exist")
149+
It("should failed the backup if bucket is not specified", func() {
150+
backup := framework.NewBackup(cluster, "gs://")
151151
Expect(f.Client.Create(context.TODO(), backup)).To(Succeed())
152152

153153
localTimeout := 150 * time.Second

0 commit comments

Comments
 (0)