Orchard.Azure.Tests: Fixing a failing test case due to a change to fix a bug in AzureFileSystem.cs

(8b66c9530f)
This commit is contained in:
Lombiq
2016-04-06 19:51:39 +02:00
committed by Benedek Farkas
parent d7719c4bcf
commit b9c610b770

View File

@@ -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);
}