From c04fd5c6eaa9f42b198925bc9061354a882252c0 Mon Sep 17 00:00:00 2001 From: Bharath Sreekanth Date: Fri, 13 Dec 2024 19:13:40 +0000 Subject: [PATCH] Fix more linting issues --- instance_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/instance_test.go b/instance_test.go index 53610db..66d773f 100644 --- a/instance_test.go +++ b/instance_test.go @@ -203,6 +203,7 @@ func TestGetInstance(t *testing.T) { } } } + func TestGetVolume(t *testing.T) { mockServer := httptest.NewServer(http.HandlerFunc(mockInstanceServerHandler)) defer mockServer.Close()