Skip to content

Commit bc2d3ee

Browse files
committed
fix issues after rebase
1 parent 38d3026 commit bc2d3ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

e2e/config/vhd.go

-2
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ func (i *Image) String() string {
219219
func (i *Image) VHDResourceID(ctx context.Context, t *testing.T) (VHDResourceID, error) {
220220
i.vhdOnce.Do(func() {
221221
switch {
222-
case i.Latest:
223-
i.vhd, i.vhdErr = Azure.LatestSIGImageVersionByTag(ctx, t, i, "", "")
224222
case i.Version != "":
225223
i.vhd, i.vhdErr = Azure.EnsureSIGImageVersion(ctx, t, i)
226224
t.Logf("got version vid %s: %s", i.Version, i.vhd)

0 commit comments

Comments
 (0)