From a8b4e986f774da48a74d84e29fb31069bb13f43a Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Wed, 29 Jan 2020 11:23:03 -0600 Subject: apiv2 binding test fixes a recent refactor in the bindings broke the tests. quick fixes to get them working again. Signed-off-by: Brent Baude --- pkg/bindings/test/common_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/bindings/test/common_test.go') diff --git a/pkg/bindings/test/common_test.go b/pkg/bindings/test/common_test.go index 4f2a98f2b..e3e66c89f 100644 --- a/pkg/bindings/test/common_test.go +++ b/pkg/bindings/test/common_test.go @@ -15,6 +15,7 @@ import ( const ( defaultPodmanBinaryLocation string = "/usr/bin/podman" + alpine string = "docker.io/library/alpine:latest" ) type bindingTest struct { -- cgit v1.2.3-54-g00ecf