Skip to content

Commit 0748fdb

Browse files
committed
update test
1 parent 9f1d5bd commit 0748fdb

File tree

1 file changed

+2
-2
lines changed
  • src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests

1 file changed

+2
-2
lines changed

src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/VMTemplateTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,15 +695,15 @@ private void UpdateAzureVMImageDetails(string imageName)
695695
Eula = "End user licensce agreement value",
696696
ImageFamily = OS.Windows.ToString(),
697697
Description = "Description",
698-
IconUri = @"http://www.bing.com",
698+
IconUri = @"http://www.bing.com/",
699699
ImageName = imageName,
700700
Label = imageName,
701701
Language = "English",
702702
PrivacyUri = new Uri(@"http://www.bing.com"),
703703
PublishedDate = DateTime.Now,
704704
RecommendedVMSize = InstanceSize.Medium.ToString(),
705705
ShowInGui = false,
706-
SmallIconUri = @"http://www.bing.com",
706+
SmallIconUri = @"http://www.bing.com/",
707707
};
708708

709709
Utilities.ExecuteAndLog(() =>

0 commit comments

Comments
 (0)