We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0633b41 commit 6e67a18Copy full SHA for 6e67a18
internal/rest-client/volumes_test.go
@@ -36,7 +36,6 @@ func TestVolumes(t *testing.T) {
36
t.Run("volumes_1", func(t *testing.T) {
37
defer server.Close()
38
c := NewRestClient(e, "fake-api-token", "latest", "test-user-agent-string", "test-X-Request-Id-string", false)
39
-
40
vl := c.GetVolumes()
41
if diff := cmp.Diff(vl.Items, vols.Items); diff != "" {
42
t.Errorf("Mismatch (-want +got):\n%s", diff)
0 commit comments