remove comment

This commit is contained in:
Amrita Dutta 2019-06-21 03:51:44 +00:00
parent e96458e8bd
commit ba76d86cab
1 changed files with 1 additions and 1 deletions

View File

@ -1679,7 +1679,7 @@ func TestConfigShouldRejectSharedImageGalleryWithVhdTarget(t *testing.T) {
_, _, err := newConfig(config, getPackerConfiguration())
if err != nil {
t.Log("expected an error if Shared Image Gallery source is used with VHD target", err) // TODO: remove this, this error is coming from check in line # 537 in config.go file!
t.Log("expected an error if Shared Image Gallery source is used with VHD target", err)
}
}