Skip to content

Commit

Permalink
Update function comment to refer to random image
Browse files Browse the repository at this point in the history
  • Loading branch information
halvards committed Aug 26, 2021
1 parent 5d08815 commit b7156cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/commands/resolver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ func TestNewPublisherCanPublish(t *testing.T) {
}
}

// registryServerWithImage starts a local registry and pushes a dummy image.
// registryServerWithImage starts a local registry and pushes a random image.
// Use this to speed up tests, by not having to reach out to gcr.io for the default base image.
// The registry uses a NOP logger to avoid spamming test logs.
// Remember to call `defer Close()` on the returned `httptest.Server`.
Expand Down

0 comments on commit b7156cb

Please sign in to comment.