diff --git a/moler/events/unix/wait4prompts.py b/moler/events/unix/wait4prompts.py index 642a95206..9251f4f84 100644 --- a/moler/events/unix/wait4prompts.py +++ b/moler/events/unix/wait4prompts.py @@ -104,6 +104,7 @@ def _compile_prompts_patterns(self, prompts): EVENT_RESULT = [ { "line": "host:~ #", + "matched": "host:~ #", "prompt_regex": "host:.*#", "state": "UNIX_LOCAL", "time": datetime.datetime(2019, 8, 22, 12, 42, 38, 278418), @@ -128,6 +129,7 @@ def _compile_prompts_patterns(self, prompts): EVENT_RESULT_compiled = [ { "line": "host:~ #", + "matched": "host:~ #", "prompt_regex": "host:.*#", "state": "UNIX_LOCAL", "time": datetime.datetime(2019, 8, 22, 12, 42, 38, 278418),