Remove unused dependency in NucuCar.TestClient
This commit is contained in:
parent
c58b1e70ae
commit
2f43c2942c
2 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,6 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Grpc.Core" Version="2.25.0" />
|
||||
<PackageReference Include="Grpc.Net.Client" Version="2.25.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@ namespace NucuCar.TestClient
|
|||
httpClientHandler.ServerCertificateCustomValidationCallback =
|
||||
HttpClientHandler.DangerousAcceptAnyServerCertificateValidator;
|
||||
_httpClient = new HttpClient(httpClientHandler);
|
||||
|
||||
await EnvironmentSensorGrpcServiceTest();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue