Skip to content

Commit f57058b

Browse files
committed
resolve ci error
1 parent b03dcd2 commit f57058b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/search/Azure.Search.Documents/tests/Utilities/SearchResources.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public partial class SearchResources : IAsyncDisposable
5757
/// <summary>
5858
/// The storage endpoint suffix.
5959
/// </summary>
60-
public string StorageEndpointSuffix => TestFixture.TestEnvironment.StorageEndpointSuffix;
60+
public string StorageEndpointSuffix => TestFixture.TestEnvironment.StorageEndpointSuffix ?? "core.windows.net";
6161
/// <summary>
6262
/// The storage account connection string.
6363
/// </summary>

0 commit comments

Comments
 (0)