diff --git a/src/Tests/Microsoft.NET.Build.Tests/SourceLinkTests.cs b/src/Tests/Microsoft.NET.Build.Tests/SourceLinkTests.cs index da9c777203e8..2dc3c001eb0a 100644 --- a/src/Tests/Microsoft.NET.Build.Tests/SourceLinkTests.cs +++ b/src/Tests/Microsoft.NET.Build.Tests/SourceLinkTests.cs @@ -304,7 +304,7 @@ public void Cpp() testAsset = WithProperties(testAsset, ("EnableManagedpackageReferenceSupport", "true")); - CreateGitFiles(testAsset.Path, "https://github.com/a/b"); + CreateGitFiles(testAsset.Path, "https://github.com/org/repo"); var buildCommand = new BuildCommand(testAsset, "NETCoreCppCliTest") {