mirror of
https://github.com/containers/podman.git
synced 2025-06-20 09:03:43 +08:00
enable load integration tests
fix bug where multiple images can be loaded and have to be able to handle the return of multiple names Signed-off-by: Brent Baude <bbaude@redhat.com>
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