Skip to content

Commit

Permalink
Fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Nov 19, 2019
1 parent f91ca8a commit 81d21cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libbeat/tests/system/test_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,6 @@ def get_beat_state(self):
url = "http://localhost:5066/state"
return requests.get(url).json()

<<<<<<< HEAD
=======

>>>>>>> Adding system test
def random_string(self, size):
char_pool = string.ascii_letters + string.digits
return ''.join(random.choice(char_pool) for i in range(size))

0 comments on commit 81d21cd

Please sign in to comment.