Skip to content

Commit ca47b99

Browse files
committed
Debugging without mtp
1 parent 17de1ba commit ca47b99

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

tests/IntegrationTests/ApiEndpointsTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using System.Net.Http.Json;
44
using System.Text.Json;
55
using Api.Endpoints;
6+
using Common.Extensions;
67
using IntegrationTests.Setup;
78
using Shouldly;
89
using Xunit;

tests/IntegrationTests/IntegrationTests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<IsPackable>false</IsPackable>
4-
<UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
5-
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
6-
<TestingPlatformShowTestsFailure>true</TestingPlatformShowTestsFailure>
4+
<UseMicrosoftTestingPlatformRunner>false</UseMicrosoftTestingPlatformRunner>
5+
<TestingPlatformDotnetTestSupport>false</TestingPlatformDotnetTestSupport>
6+
<TestingPlatformShowTestsFailure>false</TestingPlatformShowTestsFailure>
77
</PropertyGroup>
88
<ItemGroup>
99
<ProjectReference Include="..\..\src\Api\Api.csproj" />

0 commit comments

Comments
 (0)