Skip to content

Commit 6e67a18

Browse files
Update internal/rest-client/volumes_test.go
1 parent 0633b41 commit 6e67a18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/rest-client/volumes_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ func TestVolumes(t *testing.T) {
3636
t.Run("volumes_1", func(t *testing.T) {
3737
defer server.Close()
3838
c := NewRestClient(e, "fake-api-token", "latest", "test-user-agent-string", "test-X-Request-Id-string", false)
39-
4039
vl := c.GetVolumes()
4140
if diff := cmp.Diff(vl.Items, vols.Items); diff != "" {
4241
t.Errorf("Mismatch (-want +got):\n%s", diff)

0 commit comments

Comments
 (0)