Skip to content

Commit

Permalink
docs: updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Nov 26, 2020
1 parent ac95fa6 commit 23d3846
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### Features
1. [#49](https://github.com/influxdata/influxdb-client-php/pull/49): Added support for Guzzle 7
1. [#51](https://github.com/influxdata/influxdb-client-php/pull/51): CSV parser is able to parse export from UI

### Documentation

Expand Down
4 changes: 2 additions & 2 deletions tests/WriteApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class WriteApiTest extends BasicTest
private const ID_TAG = "132-987-655";
private const CUSTOMER_TAG = "California Miner";

public function setUp($url = "http://localhost:8086")
public function setUp($url = "http://localhost:8086", $logFile = "php://output")
{
parent::setUp($url);
parent::setUp($url, $logFile);

putenv("data_center=LA");
}
Expand Down

0 comments on commit 23d3846

Please sign in to comment.