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()