From 5a8197860b9525d70d5874260600784f315d8e21 Mon Sep 17 00:00:00 2001 From: rapha Date: Tue, 16 Jan 2024 16:49:51 +0100 Subject: [PATCH] chore: format --- e2etest/utils/config.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/e2etest/utils/config.go b/e2etest/utils/config.go index 0f6c87f1..4615fdae 100644 --- a/e2etest/utils/config.go +++ b/e2etest/utils/config.go @@ -12,9 +12,11 @@ import ( ) // integrationsPath is the path to the integrations folder -const integrationsPath = "../integrations" -const testdataPath = "%s/testdata" -const testdataApiPath = testdataPath + "/api" +const ( + integrationsPath = "../integrations" + testdataPath = "%s/testdata" + testdataApiPath = testdataPath + "/api" +) type poolConfigYml struct { StartKey string `default:"1" yaml:"startKey"`