From 54d02011618006f6907ff5cf2c66a547e9ae50dd Mon Sep 17 00:00:00 2001 From: Maksim Fedotov Date: Mon, 9 Aug 2021 19:33:58 +0300 Subject: [PATCH] test(e2e): fix linting issues for NamespaceOptions tests --- e2e/overquota_namespace_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/overquota_namespace_test.go b/e2e/overquota_namespace_test.go index d94df8bc..f0657c58 100644 --- a/e2e/overquota_namespace_test.go +++ b/e2e/overquota_namespace_test.go @@ -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), }, }, }