diff --git a/integration-tests/integrationTestUtils/integrationTestUtils.go b/integration-tests/integrationTestUtils/integrationTestUtils.go index f940fa15d97941d218776b46bf20c34ee21a51b7..2afa6eb835035a1378ee1185dd6e36e53971534a 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")