mirror of
https://github.com/containers/podman.git
synced 2025-06-20 00:51:16 +08:00
Merge pull request #6001 from baude/v2intload
enable load integration tests
This commit is contained in:
@ -283,7 +283,7 @@ func ImagesLoad(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
}
|
||||
utils.WriteResponse(w, http.StatusOK, entities.ImageLoadReport{Name: loadedImage})
|
||||
utils.WriteResponse(w, http.StatusOK, entities.ImageLoadReport{Names: split})
|
||||
}
|
||||
|
||||
func ImagesImport(w http.ResponseWriter, r *http.Request) {
|
||||
|
Reference in New Issue
Block a user