summaryrefslogtreecommitdiff
path: root/integration
diff options
context:
space:
mode:
Diffstat (limited to 'integration')
-rw-r--r--integration/system/disk_usage_test.go9
1 files changed, 4 insertions, 5 deletions
diff --git a/integration/system/disk_usage_test.go b/integration/system/disk_usage_test.go
index 17d3b2c318..c0513073c1 100644
--- a/integration/system/disk_usage_test.go
+++ b/integration/system/disk_usage_test.go
@@ -57,11 +57,10 @@ func TestDiskUsage(t *testing.T) {
LayersSize: du.LayersSize,
Images: []*types.ImageSummary{
{
- Created: du.Images[0].Created,
- ID: du.Images[0].ID,
- RepoTags: []string{"busybox:latest"},
- Size: du.LayersSize,
- VirtualSize: du.LayersSize, //nolint:staticcheck // ignore SA1019: field is deprecated, but still set on API < v1.44.
+ Created: du.Images[0].Created,
+ ID: du.Images[0].ID,
+ RepoTags: []string{"busybox:latest"},
+ Size: du.LayersSize,
},
},
Containers: []*types.Container{},