NUC-42: Cleanup TelemetryPublisherFirestore tests
This commit is contained in:
parent
7efc49596e
commit
cf0e7306c2
1 changed files with 0 additions and 3 deletions
|
@ -4,7 +4,6 @@ using System.Net;
|
||||||
using System.Net.Http;
|
using System.Net.Http;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Microsoft.Extensions.Logging;
|
|
||||||
using Moq;
|
using Moq;
|
||||||
using NucuCar.Domain.Telemetry;
|
using NucuCar.Domain.Telemetry;
|
||||||
using NucuCar.Telemetry;
|
using NucuCar.Telemetry;
|
||||||
|
@ -134,8 +133,6 @@ namespace NucuCar.UnitTests.NucuCar.Telemetry.Tests
|
||||||
private async Task Test_PublishAsync_Authorization_OK()
|
private async Task Test_PublishAsync_Authorization_OK()
|
||||||
{
|
{
|
||||||
// Setup
|
// Setup
|
||||||
var sendAsyncInvocations = new List<HttpRequestMessage>();
|
|
||||||
|
|
||||||
var opts = new TelemetryPublisherBuilderOptions()
|
var opts = new TelemetryPublisherBuilderOptions()
|
||||||
{
|
{
|
||||||
ConnectionString = "ProjectId=test;CollectionName=test"
|
ConnectionString = "ProjectId=test;CollectionName=test"
|
||||||
|
|
Loading…
Reference in a new issue