From 7895e36ee973c5e8a495589fd0aa80a7e836d59c Mon Sep 17 00:00:00 2001 From: Neil Schark <neil.schark@h-da.de> Date: Fri, 1 Dec 2023 11:34:14 +0000 Subject: [PATCH] fix formatting --- integration-tests/integrationTestUtils/integrationTestUtils.go | 1 - 1 file changed, 1 deletion(-) diff --git a/integration-tests/integrationTestUtils/integrationTestUtils.go b/integration-tests/integrationTestUtils/integrationTestUtils.go index f940fa15d..2afa6eb83 100644 --- a/integration-tests/integrationTestUtils/integrationTestUtils.go +++ b/integration-tests/integrationTestUtils/integrationTestUtils.go @@ -13,7 +13,6 @@ import ( "google.golang.org/grpc/credentials/insecure" ) - func CreateConnection() (*grpc.ClientConn, error) { controller_url := "localhost:55055" controller_env := os.Getenv("INTEGRATION_TEST_CONTROLLER_URL") -- GitLab