mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-08-27 14:07:17 +00:00
added support private and insecure registries (#714)
This commit is contained in:
@@ -43,7 +43,7 @@ func TestHttp_Open_HonorsContextCancellation(t *testing.T) {
|
||||
cancel()
|
||||
}()
|
||||
|
||||
h := getter.NewHttp()
|
||||
h := getter.NewHttp(false, "")
|
||||
|
||||
done := make(chan error, 1)
|
||||
go func() {
|
||||
|
||||
Reference in New Issue
Block a user