From 00d619ccfb84e665350952b74df8eb16d10aa8db Mon Sep 17 00:00:00 2001 From: Jakob Beckmann Date: Sun, 5 Feb 2023 16:08:54 +0100 Subject: [PATCH] chore: run formatter Implements: #155 --- path_role_test.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/path_role_test.go b/path_role_test.go index 0e99a35c..24a0c40d 100644 --- a/path_role_test.go +++ b/path_role_test.go @@ -218,11 +218,11 @@ func TestPath_Create(t *testing.T) { data: map[string]interface{}{ "bound_service_account_names": "name", "bound_service_account_namespace_selector": badYAMLSelector, - "policies": "test", - "period": "3s", - "ttl": "1s", - "num_uses": 12, - "max_ttl": "5s", + "policies": "test", + "period": "3s", + "ttl": "1s", + "num_uses": 12, + "max_ttl": "5s", }, wantErr: errors.New(`failed to parse "bound_service_account_namespace_selector" as k8s.io/api/meta/v1/LabelSelector object`), },