diff --git a/src/Orchard.Azure.Tests/FileSystems/Media/AzureBlobStorageProviderTests.cs b/src/Orchard.Azure.Tests/FileSystems/Media/AzureBlobStorageProviderTests.cs index 4235ee62b..e70b24fd4 100644 --- a/src/Orchard.Azure.Tests/FileSystems/Media/AzureBlobStorageProviderTests.cs +++ b/src/Orchard.Azure.Tests/FileSystems/Media/AzureBlobStorageProviderTests.cs @@ -291,7 +291,7 @@ namespace Orchard.Azure.Tests.FileSystems.Media { [Test] public void GetStoragePathShouldReturnNullIfPathIsNotLocal() { - var storagePath = _azureBlobStorageProvider.GetStoragePath("foo"); + var storagePath = _azureBlobStorageProvider.GetStoragePath("http://orchardproject.net/foo"); Assert.IsNull(storagePath); }