File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
src/ResourceManager/Storage/Commands.Management.Storage.Test Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ namespace Microsoft.Azure.Commands.Management.Storage.Test.ScenarioTests
27
27
{
28
28
public class TestController
29
29
{
30
- bool testViaCsm = true ; // Currently set to true, we will get this from Environment varialbe.
31
-
32
30
private CSMTestEnvironmentFactory csmTestFactory ;
33
31
private EnvironmentSetupHelper helper ;
34
32
@@ -163,9 +161,7 @@ private GalleryClient GetGalleryClient()
163
161
164
162
private StorageManagementClient GetStorageManagementClient ( )
165
163
{
166
- return testViaCsm
167
- ? TestBase . GetServiceClient < StorageManagementClient > ( this . csmTestFactory )
168
- : TestBase . GetServiceClient < StorageManagementClient > ( new RDFETestEnvironmentFactory ( ) ) ;
164
+ return TestBase . GetServiceClient < StorageManagementClient > ( this . csmTestFactory ) ;
169
165
}
170
166
}
171
167
}
You can’t perform that action at this time.
0 commit comments