Skip to content

Commit

Permalink
test: fix test for 201 Created
Browse files Browse the repository at this point in the history
  • Loading branch information
alespour committed Sep 3, 2024
1 parent eec1ac5 commit 572d64b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Client.Test/WriteApiTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -397,9 +397,6 @@ public void Created()
WritePrecision.Ns, "b1", "org1");
_writeApi.Flush();

var error = listener.Get<WriteErrorEvent>();
Assert.IsNull(error);

var writeSuccessEvent = listener.Get<WriteSuccessEvent>();
Assert.AreEqual("h2o_feet,location=coyote_creek level\\ description=\"feet 1\",water_level=1.0 X",
writeSuccessEvent.LineProtocol);
Expand Down

0 comments on commit 572d64b

Please sign in to comment.