Skip to content

Commit dae6a8a

Browse files
committed
fix some expected timestamps
1 parent f029677 commit dae6a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/influxdb/client_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def test_write(self):
155155

156156
self.assertEqual(
157157
m.last_request.body,
158-
b"cpu_load_short,host=server01,region=us-west value=0.64 1257890400000000000\n",
158+
b"cpu_load_short,host=server01,region=us-west value=0.64 1257894000000000000\n",
159159
)
160160

161161
def test_write_points(self):
@@ -289,7 +289,7 @@ def test_write_points_with_precision(self):
289289
)
290290

291291
self.assertEqual(
292-
b"cpu_load_short,host=server01,region=us-west value=0.64 1257890400000000000\n",
292+
b"cpu_load_short,host=server01,region=us-west value=0.64 1257894000000000000\n",
293293
m.last_request.body,
294294
)
295295

0 commit comments

Comments
 (0)