Skip to content

Commit 8668e00

Browse files
committed
2 parents cdf0685 + e58d1f8 commit 8668e00

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/ResourceManager/Storage/Commands.Management.Storage.Test/TestController.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ namespace Microsoft.Azure.Commands.Management.Storage.Test.ScenarioTests
2727
{
2828
public class TestController
2929
{
30-
bool testViaCsm = true; // Currently set to true, we will get this from Environment varialbe.
31-
3230
private CSMTestEnvironmentFactory csmTestFactory;
3331
private EnvironmentSetupHelper helper;
3432

@@ -163,9 +161,7 @@ private GalleryClient GetGalleryClient()
163161

164162
private StorageManagementClient GetStorageManagementClient()
165163
{
166-
return testViaCsm
167-
? TestBase.GetServiceClient<StorageManagementClient>(this.csmTestFactory)
168-
: TestBase.GetServiceClient<StorageManagementClient>(new RDFETestEnvironmentFactory());
164+
return TestBase.GetServiceClient<StorageManagementClient>(this.csmTestFactory);
169165
}
170166
}
171167
}

0 commit comments

Comments
 (0)