Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy