fixed test

This commit is contained in:
Aman Singh
2022-11-02 17:12:34 +05:30
parent 7d751135b1
commit d11c254840
-1
View File
@@ -30,7 +30,6 @@ type (
Data struct {
RegistryType RegistryTypeEnum `json:"registryType"`
RegistryUrl string `json:"registryUrl"`
PublicUrl string `json:"publicUrl"`
Images []Image `json:"images"`
}
DockerArtifact struct {