[TESTS Fix wrong assertion in test introduced by #8128
This commit is contained in:
parent
e1c75bae87
commit
96e62b3c1b
|
@ -31,9 +31,9 @@
|
|||
(gateway|replica|snapshot|relocating) \s+ # type
|
||||
(init|index|start|translog|finalize|done) \s+ # stage
|
||||
[-\w./]+ \s+ # source_host
|
||||
[-\w./]+ \s+ # source_node
|
||||
(\S+\s?)+ \s+ # source_node
|
||||
[-\w./]+ \s+ # target_host
|
||||
[-\w./]+ \s+ # target_node
|
||||
(\S+\s?)+ \s+ # target_node
|
||||
[-\w./]+ \s+ # repository
|
||||
[-\w./]+ \s+ # snapshot
|
||||
\d+ \s+ # files
|
||||
|
|
Loading…
Reference in New Issue