summaryrefslogtreecommitdiff
path: root/integration
diff options
context:
space:
mode:
authorSebastiaan van Stijn <thaJeztah@users.noreply.github.com>2023-04-25 16:31:22 +0200
committerGitHub <noreply@github.com>2023-04-25 16:31:22 +0200
commit801202349ab04a329c32da5612f230689c54eb91 (patch)
treeb2daeee6a7fe0f34e38d3158f75472ddfa0b8a8f /integration
parenta343ed13e556ec97a26bd5fc34b069a64f86f16b (diff)
parentf66684fdeb0591c8c5591ad20abe1e0c9a639cb7 (diff)
downloaddocker-801202349ab04a329c32da5612f230689c54eb91.tar.gz
Merge pull request #45387 from cuishuang/master
fix some comments
Diffstat (limited to 'integration')
-rw-r--r--integration/internal/build/build.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/internal/build/build.go b/integration/internal/build/build.go
index 9dbdd1241e..0631a53605 100644
--- a/integration/internal/build/build.go
+++ b/integration/internal/build/build.go
@@ -27,7 +27,7 @@ func Do(ctx context.Context, t *testing.T, client client.APIClient, buildCtx *fa
return img
}
-// GetImageIDFRommBody reads the image ID from the build response body.
+// GetImageIDFromBody reads the image ID from the build response body.
func GetImageIDFromBody(t *testing.T, body io.Reader) string {
var (
jm jsonmessage.JSONMessage