Skip to content

Commit 3e1a03c

Browse files
author
aviau
committed
Removed useless unicode strings
1 parent 784b144 commit 3e1a03c

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

tests/influxdb/client_test_with_server.py

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -762,12 +762,12 @@ def test_get_list_series_and_delete(self):
762762
rsp = self.cli.get_list_series()
763763
self.assertEqual(
764764
[
765-
{'name': u'cpu_load_short',
765+
{'name': 'cpu_load_short',
766766
'tags': [
767-
{u'host': u'server01',
768-
u'region': u'us-west',
769-
u'_key':
770-
u'cpu_load_short,host=server01,region=us-west'}]}
767+
{'host': 'server01',
768+
'region': 'us-west',
769+
'_key':
770+
'cpu_load_short,host=server01,region=us-west'}]}
771771
],
772772
rsp
773773
)
@@ -828,18 +828,18 @@ def test_create_retention_policy_default(self):
828828

829829
self.assertEqual(
830830
[
831-
{u'duration': u'0',
832-
u'default': False,
833-
u'replicaN': 1,
834-
u'name': u'default'},
835-
{u'duration': u'24h0m0s',
836-
u'default': True,
837-
u'replicaN': 1,
838-
u'name': u'somename'},
839-
{u'duration': u'48h0m0s',
840-
u'default': False,
841-
u'replicaN': 1,
842-
u'name': u'another'}
831+
{'duration': '0',
832+
'default': False,
833+
'replicaN': 1,
834+
'name': 'default'},
835+
{'duration': '24h0m0s',
836+
'default': True,
837+
'replicaN': 1,
838+
'name': 'somename'},
839+
{'duration': '48h0m0s',
840+
'default': False,
841+
'replicaN': 1,
842+
'name': 'another'}
843843
],
844844
rsp
845845
)

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