mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-19 04:26:45 +00:00
test(e2e): fix linting issues for NamespaceOptions tests
This commit is contained in:
committed by
Dario Tranchitella
parent
44ffe0ddf5
commit
54d0201161
@@ -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),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user