Skip to content

Commit bacbd7f

Browse files
wip
1 parent 3477467 commit bacbd7f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/test_influxdb_client_3_integration.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ def setUp(self):
5353
self.host = os.getenv('TESTING_INFLUXDB_URL')
5454
self.token = os.getenv('TESTING_INFLUXDB_TOKEN')
5555
self.database = os.getenv('TESTING_INFLUXDB_DATABASE')
56+
print('sonn')
57+
print(self.host)
58+
print(self.token)
59+
print(self.database)
60+
print('sonn')
5661
self.client = InfluxDBClient3(host=self.host, database=self.database, token=self.token)
5762

5863
def tearDown(self):

0 commit comments

Comments
 (0)