test(e2e): fix linting issues for NamespaceOptions tests

This commit is contained in:
Maksim Fedotov
2021-08-09 20:25:03 +02:00
committed by Dario Tranchitella
parent 44ffe0ddf5
commit 54d0201161
+1 -1
View File
@@ -29,7 +29,7 @@ var _ = Describe("creating a Namespace in over-quota of three", func() {
},
},
NamespaceOptions: &capsulev1beta1.NamespaceOptions{
Quota: pointer.Int32Ptr(3),
Quota: pointer.Int32Ptr(3),
},
},
}