Skip to content

Commit 7862dfa

Browse files
committed
Add spacing for test consistentcy
1 parent 34c150a commit 7862dfa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/cel/clientsettingspolicy_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ import (
1717
func TestClientSettingsPoliciesTargetRefKind(t *testing.T) {
1818
t.Parallel()
1919
g := NewWithT(t)
20+
2021
k8sClient, err := getKubernetesClient(t)
2122
g.Expect(err).ToNot(HaveOccurred())
23+
2224
tests := []struct {
2325
policySpec ngfAPIv1alpha1.ClientSettingsPolicySpec
2426
name string
@@ -84,8 +86,10 @@ func TestClientSettingsPoliciesTargetRefKind(t *testing.T) {
8486
func TestClientSettingsPoliciesTargetRefGroup(t *testing.T) {
8587
t.Parallel()
8688
g := NewWithT(t)
89+
8790
k8sClient, err := getKubernetesClient(t)
8891
g.Expect(err).ToNot(HaveOccurred())
92+
8993
tests := []struct {
9094
policySpec ngfAPIv1alpha1.ClientSettingsPolicySpec
9195
name string
@@ -133,8 +137,10 @@ func TestClientSettingsPoliciesTargetRefGroup(t *testing.T) {
133137
func TestClientSettingsPoliciesKeepAliveTimeout(t *testing.T) {
134138
t.Parallel()
135139
g := NewWithT(t)
140+
136141
k8sClient, err := getKubernetesClient(t)
137142
g.Expect(err).ToNot(HaveOccurred())
143+
138144
tests := []struct {
139145
policySpec ngfAPIv1alpha1.ClientSettingsPolicySpec
140146
name string

0 commit comments

Comments
 (0)