We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6bec3 commit c9612b2Copy full SHA for c9612b2
staging/api/pkg/validation/internal/multiarch_test.go
@@ -237,7 +237,7 @@ func Test_RunManifestInspect(t *testing.T) {
237
{
238
name: "should return the data from the manifest",
239
args: args{
240
- tool: "docker",
+ tool: "podman",
241
image: opm_test_image,
242
},
243
want: manifestInspect{[]manifestData{
@@ -250,7 +250,7 @@ func Test_RunManifestInspect(t *testing.T) {
250
251
name: "should fail when is not possible to inspect",
252
253
254
image: "invalid",
255
256
wantErr: true,
0 commit comments