mirror of
https://github.com/containers/podman.git
synced 2025-11-28 17:18:58 +08:00
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>
This commit is contained in:
8
test/e2e/config_test.go
Normal file
8
test/e2e/config_test.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build linux || freebsd
|
||||
|
||||
package integration
|
||||
|
||||
var (
|
||||
fedoraMinimal = "quay.io/libpod/systemd-image:20240124"
|
||||
volumeTest = "quay.io/libpod/volume-plugin-test-img:20220623"
|
||||
)
|
||||
Reference in New Issue
Block a user