Skip to content

Commit

Permalink
resolve ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
Luyunmt committed Jan 28, 2021
1 parent b03dcd2 commit f57058b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public partial class SearchResources : IAsyncDisposable
/// <summary>
/// The storage endpoint suffix.
/// </summary>
public string StorageEndpointSuffix => TestFixture.TestEnvironment.StorageEndpointSuffix;
public string StorageEndpointSuffix => TestFixture.TestEnvironment.StorageEndpointSuffix ?? "core.windows.net";
/// <summary>
/// The storage account connection string.
/// </summary>
Expand Down

0 comments on commit f57058b

Please sign in to comment.