summaryrefslogtreecommitdiff
path: root/src/SMAPI.Tests/Core
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-11-04 23:52:59 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-11-04 23:52:59 -0500
commit49e944d06fa7040889b569b62cb0025c057834df (patch)
tree19b8e961a8808a3e367e6b4566c0edc89dcfe0f4 /src/SMAPI.Tests/Core
parent724d3fccb1c7a5ec842314436126271c5697129a (diff)
downloadSMAPI-49e944d06fa7040889b569b62cb0025c057834df.tar.gz
SMAPI-49e944d06fa7040889b569b62cb0025c057834df.tar.bz2
SMAPI-49e944d06fa7040889b569b62cb0025c057834df.zip
update HTTP URLs to HTTPS
Diffstat (limited to 'src/SMAPI.Tests/Core')
-rw-r--r--src/SMAPI.Tests/Core/ModResolverTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Tests/Core/ModResolverTests.cs b/src/SMAPI.Tests/Core/ModResolverTests.cs
index 51b839df..4a1f04c6 100644
--- a/src/SMAPI.Tests/Core/ModResolverTests.cs
+++ b/src/SMAPI.Tests/Core/ModResolverTests.cs
@@ -145,7 +145,7 @@ namespace StardewModdingAPI.Tests.Core
this.SetupMetadataForValidation(mock, new ModDataRecordVersionedFields
{
Status = ModStatus.AssumeBroken,
- AlternativeUrl = "http://example.org"
+ AlternativeUrl = "https://example.org"
});
// act