mirror of
https://github.com/mariadb-operator/mariadb-operator.git
synced 2025-07-28 23:28:17 +00:00
Check test CIDR error first in integration tests
This commit is contained in:
@ -70,8 +70,8 @@ var _ = BeforeSuite(func() {
|
||||
|
||||
var err error
|
||||
testCidrPrefix, err = docker.GetKindCidrPrefix()
|
||||
Expect(testCidrPrefix).NotTo(BeEmpty())
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
Expect(testCidrPrefix).NotTo(BeEmpty())
|
||||
|
||||
err = mariadbv1alpha1.AddToScheme(scheme.Scheme)
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
|
Reference in New Issue
Block a user