Update internal/host/plugin/repository_host_catalog_test.go

Co-authored-by: Todd <T.Alan.Knight@gmail.com>
vancluever-hostcatalogsecret-crud
Chris Marchesi 5 years ago committed by GitHub
parent e04f412905
commit 237b8f9837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -981,7 +981,7 @@ func withNilEmbeddedCatalog() testSetCatalogOption {
}
}
// testSetCatalog creates a new HostCatalog with various fields set
// testSetCatalog creates a new in memory HostCatalog with various fields set
// and only those fields. This is intended for use in UpdateCatalog.
func testSetCatalog(c *HostCatalog, opts ...testSetCatalogOption) *HostCatalog {
c = &HostCatalog{

Loading…
Cancel
Save