Skip to content

Commit

Permalink
Fix failing system test.
Browse files Browse the repository at this point in the history
Pull in change from #36257 that was
not backported.
  • Loading branch information
cmacknz committed Oct 27, 2023
1 parent 1490298 commit c92b569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/tests/system/test_cmd_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_bash_completion(self):
def test_zsh_completion(self):
exit_code = self.run_beat(extra_args=["completion", "zsh"])
assert exit_code == 0
assert self.log_contains("#compdef _mockbeat mockbeat")
assert self.log_contains("zsh completion for mockbeat")

def test_unknown_completion(self):
exit_code = self.run_beat(extra_args=["completion", "awesomeshell"])
Expand Down

0 comments on commit c92b569

Please sign in to comment.