Skip to content

Commit e898317

Browse files
committed
flake8 fix
1 parent edaa4d4 commit e898317

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

influxdb/tests/server_tests/client_test_with_server.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,9 @@ def test_drop_retention_policy_default(self):
622622
self.cli.drop_retention_policy('default', 'db')
623623

624624
self.assertEqual(400, ctx.exception.code)
625-
self.assertIn('{"error":"error parsing query: found DEFAULT, expected POLICY',
626-
ctx.exception.content)
625+
self.assertIn(
626+
'{"error":"error parsing query: found DEFAULT, expected POLICY',
627+
ctx.exception.content)
627628

628629
def test_issue_143(self):
629630
pt = partial(point, 'a_serie_name', timestamp='2015-03-30T16:16:37Z')

0 commit comments

Comments
 (0)