working commit

This commit is contained in:
2026-02-20 14:08:06 +02:00
parent 7dc6f9cb08
commit e2b3eaf6b8
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ func TestImageLife(t *testing.T) {
fmt.Printf("=== PushImage ===\n")
cli := client.NewClient()
ctx, _ := context.WithTimeout(context.Background(), 1*time.Second)
err := cli.PushImage(ctx, "test-oci.img", srvaddr+"/foo/test:123")
err := cli.PushImage(ctx, "test-oci.tar", srvaddr+"/foo/test:123")
require.NoError(t, err)
}
{