influxdata / influxdb-client-csharp

InfluxDB 2.x C# Client
https://influxdata.github.io/influxdb-client-csharp/api/InfluxDB.Client.html
MIT License
360 stars 92 forks source link

test: add test for server returning 201 Created for writes #665

Closed alespour closed 2 months ago

alespour commented 2 months ago

Proposed Changes

The InfluxDB v3 can also return 201 as a successful HTTP code for writes. This PR just adds a test specifically for this status code.

No need to mention this in the CHANGELOG I guess.

Checklist