Files
podman/test/e2e
Kir Kolyshkin 4eb75f68cf test/e2e: fix unused linter warning
This is shown when golangci-lint is run with --tests=false

> test/e2e/config.go:7:2: var fedoraMinimal is unused (unused)
> 	fedoraMinimal     = "quay.io/libpod/systemd-image:20240124"
> 	^
> test/e2e/config.go:18:2: var volumeTest is unused (unused)
> 	volumeTest        = "quay.io/libpod/volume-plugin-test-img:20220623"
> 	^

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2025-03-31 12:30:43 -07:00
..
2025-03-31 12:27:55 -07:00
2025-03-31 12:30:43 -07:00
2025-03-21 17:46:47 +01:00
2024-09-03 15:14:15 +02:00
2024-09-03 15:14:15 +02:00
2025-02-06 00:39:51 +01:00
2024-09-03 15:14:15 +02:00
2025-03-21 14:36:00 +01:00