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 c5630f1 commit 5b91858Copy full SHA for 5b91858
tests/pdb_test.go
@@ -84,6 +84,7 @@ func TestPDBCreate(t *testing.T) {
84
if depl.Spec.Image == nil {
85
depl.Spec.Image = util.NewString("arangodb/arangodb:latest")
86
}
87
+ assert.NoError(t, depl.Spec.Validate())
88
89
// Create deployment
90
_, err := c.DatabaseV1alpha().ArangoDeployments(ns).Create(depl)
0 commit comments