File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/ResourceManager/ApiManagement/Commands.ApiManagement.Test Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 174
174
<Project >{3436a126-edc9-4060-8952-9a1be34cdd95}</Project >
175
175
<Name >Commands.ScenarioTests.ResourceManager.Common</Name >
176
176
</ProjectReference >
177
+ <ProjectReference Include =" ..\..\Resources\Commands.ResourceManager\Cmdlets\Commands.Resources.Rest.csproj" >
178
+ <Project >{8058d403-06e3-4bed-8924-d166ce303961}</Project >
179
+ <Name >Commands.Resources.Rest</Name >
180
+ </ProjectReference >
177
181
<ProjectReference Include =" ..\Commands.ApiManagement\Commands.ApiManagement.csproj" >
178
182
<Project >{dc0a9742-df36-48c9-bd2f-68d01aed6257}</Project >
179
183
<Name >Commands.ApiManagement</Name >
Original file line number Diff line number Diff line change @@ -34,8 +34,9 @@ public class ApiManagementTests : RMTestBase
34
34
35
35
public ApiManagementTests ( Xunit . Abstractions . ITestOutputHelper output )
36
36
{
37
- ServiceManagemenet . Common . Models . XunitTracingInterceptor . AddToContext ( new ServiceManagemenet . Common . Models . XunitTracingInterceptor ( output ) ) ;
38
37
_helper = new EnvironmentSetupHelper ( ) ;
38
+ _helper . TracingInterceptor = new ServiceManagemenet . Common . Models . XunitTracingInterceptor ( output ) ;
39
+ ServiceManagemenet . Common . Models . XunitTracingInterceptor . AddToContext ( _helper . TracingInterceptor ) ;
39
40
}
40
41
41
42
protected void SetupManagementClients ( )
You can’t perform that action at this time.
0 commit comments