diff --git a/cmii_operator/CmiiOperator_test.go b/cmii_operator/CmiiOperator_test.go index 4f01631..1409bc8 100644 --- a/cmii_operator/CmiiOperator_test.go +++ b/cmii_operator/CmiiOperator_test.go @@ -13,6 +13,7 @@ func TestFetchDemoImages(t *testing.T) { } func TestFetchDependencyRepos(t *testing.T) { + errorPullImageList, errorGzipImageList := FetchDependencyRepos(true) utils.BeautifulPrintListWithTitle(errorPullImageList, "dep errorPullImageList")