Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch committed Dec 19, 2023
1 parent e208fbc commit c4e795f
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ public void UserHttpFactoryCalledWhenUsingHttpProtobuf()
{
using var exporter = new OtlpLogExporter(options);
});

options.HttpClientFactory = () => null;
Assert.Throws<InvalidOperationException>(() =>
{
using var exporter = new OtlpLogExporter(options);
});
}

[Fact]
Expand Down

0 comments on commit c4e795f

Please sign in to comment.