File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
src/ResourceManager/Storage/Commands.Management.Storage.Test Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 122
122
</ProjectReference >
123
123
</ItemGroup >
124
124
<ItemGroup >
125
- <None Include =" app.config" />
126
125
<None Include =" packages.config" />
127
126
<None Include =" ScenarioTests\Common.ps1" >
128
127
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
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