Skip to content

Commit c9612b2

Browse files
committed
test to probe podman access in ci-operator
Signed-off-by: grokspawn <[email protected]>
1 parent be6bec3 commit c9612b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

staging/api/pkg/validation/internal/multiarch_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ func Test_RunManifestInspect(t *testing.T) {
237237
{
238238
name: "should return the data from the manifest",
239239
args: args{
240-
tool: "docker",
240+
tool: "podman",
241241
image: opm_test_image,
242242
},
243243
want: manifestInspect{[]manifestData{
@@ -250,7 +250,7 @@ func Test_RunManifestInspect(t *testing.T) {
250250
{
251251
name: "should fail when is not possible to inspect",
252252
args: args{
253-
tool: "docker",
253+
tool: "podman",
254254
image: "invalid",
255255
},
256256
wantErr: true,

0 commit comments

Comments
 (0)