File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/ResourceManager/TrafficManager/Commands.TrafficManager2.Test/ScenarioTests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ namespace Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests
26
26
using Microsoft . Azure . Test ;
27
27
using Microsoft . WindowsAzure . Commands . ScenarioTest ;
28
28
using System ;
29
+ using System . IO ;
29
30
using System . Linq ;
30
31
using WindowsAzure . Commands . Test . Utilities . Common ;
31
32
@@ -106,6 +107,7 @@ public void RunPsTestWorkflow(
106
107
providersToIgnore . Add ( "Microsoft.Azure.Management.Resources.ResourceManagementClient" , "2016-02-01" ) ;
107
108
HttpMockServer . Matcher = new PermissiveRecordMatcherWithApiExclusion ( true , d , providersToIgnore ) ;
108
109
110
+ HttpMockServer . RecordsDirectory = Path . Combine ( AppDomain . CurrentDomain . BaseDirectory , "SessionRecords" ) ;
109
111
using ( RestTestFramework . MockContext context = RestTestFramework . MockContext . Start ( callingClassType , mockName ) )
110
112
{
111
113
this . csmTestFactory = new CSMTestEnvironmentFactory ( ) ;
You can’t perform that action at this time.
0 commit comments