Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
ph committed Nov 15, 2018
1 parent b533be6 commit 0874c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/tests/system/test_keystore.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_keystore_with_nested_key(self):
"""

key = "output.elasticsearch.hosts.0"
secret = path.join(self.working_dir,"myeleasticsearchsecrethost")
secret = path.join(self.working_dir, "myeleasticsearchsecrethost")

self.render_config_template("mockbeat",
keystore_path=self.keystore_path,
Expand Down

0 comments on commit 0874c80

Please sign in to comment.