Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kvch committed Feb 4, 2019
1 parent 19f05e4 commit db5410a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion filebeat/tests/system/test_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ def test_generate_fields_yml(self):
assert exit_code == 0

test_pipeline_path = os.path.join(self.beat_path, "tests", "system", "input", "my-module-pipeline.json")
fileset_pipeline = os.path.join(self.beat_path, "test_modules", "module", "my_module", "my_fileset", "ingest", "pipeline.json")
fileset_pipeline = os.path.join(self.beat_path, "test_modules", "module",
"my_module", "my_fileset", "ingest", "pipeline.json")
shutil.copyfile(test_pipeline_path, fileset_pipeline)

exit_code = self.run_beat(
Expand Down

0 comments on commit db5410a

Please sign in to comment.