Skip to content

Commit 9c43fd6

Browse files
committed
Fix test failure
1 parent c270903 commit 9c43fd6

File tree

1 file changed

+1
-1
lines changed
  • src/DataLakeStore/DataLakeStore.Test/ScenarioTests

1 file changed

+1
-1
lines changed

src/DataLakeStore/DataLakeStore.Test/ScenarioTests/AdlsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace Microsoft.Azure.Commands.DataLakeStore.Test.ScenarioTests
2525
public class AdlsTests : DataLakeStoreTestRunner
2626
{
2727
private readonly string AccountName = "sss-datalakestore-test-c17";
28-
private readonly string ResourceGroupLocation = "westus2";
28+
private readonly string ResourceGroupLocation = "westus";
2929
private readonly string TestFileSystemPermissionResourceGroupLocation = "ukwest";
3030
private readonly string TestFileSystemResourceGroupLocation = "ukwest";
3131

0 commit comments

Comments
 (0)