Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InfluxDB send retry after IOError #10263

Merged
merged 17 commits into from
Nov 24, 2017
Merged
Prev Previous commit
Remove blank line
  • Loading branch information
balloob authored Nov 24, 2017
commit 9ac1a5364b8758583da2d0f5dcaa5bf21dd11f3b
1 change: 0 additions & 1 deletion tests/util/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,3 @@ def mock_choice(choices):
mock_random.SystemRandom.return_value = generator

assert util.get_random_string(length=3) == 'ABC'