Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
chore(line_protocol): fix malformed testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
sebito91 committed Apr 8, 2020
1 parent 6dd0a6c commit 6726ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influxdb/tests/test_line_protocol.py
Expand Up @@ -42,7 +42,7 @@ def test_make_lines(self):

self.assertEqual(
line_protocol.make_lines(data),
'test,backslash_tag=C:\\\\ ,integer_tag=2,string_tag=hello '
'test,backslash_tag=C:\\\\,integer_tag=2,string_tag=hello '
'bool_val=True,float_val=1.1,int_val=1i,string_val="hello!"\n'
)

Expand Down

0 comments on commit 6726ba7

Please sign in to comment.