mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/promrelabel: fix expected test result (#2957)
follow-up after 68c4ec9472
Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
parent
aef7b33867
commit
056960102a
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ func TestRelabelConfigMarshalUnmarshal(t *testing.T) {
|
|||
- regex:
|
||||
- 'fo.+'
|
||||
- '.*ba[r-z]a'
|
||||
`, "- regex:\n - fo.+\n - .*ba[r-z]a\n")
|
||||
`, "- regex: fo.+|.*ba[r-z]a\n")
|
||||
f(`- regex: foo|bar`, "- regex:\n - foo\n - bar\n")
|
||||
f(`- regex: True`, `- regex: "true"`+"\n")
|
||||
f(`- regex: true`, `- regex: "true"`+"\n")
|
||||
|
|
Loading…
Reference in a new issue