mirror of
https://github.com/prometheus/prometheus
synced 2026-05-01 07:30:30 +08:00
Fix TestPostingsForMatcher
Signed-off-by: Marco Pracucci <marco@pracucci.com>
This commit is contained in:
@@ -3304,7 +3304,7 @@ func TestPostingsForMatcher(t *testing.T) {
|
||||
{
|
||||
// Test case for double quoted regex matcher
|
||||
matcher: labels.MustNewMatcher(labels.MatchRegexp, "test", "^(?:a|b)$"),
|
||||
hasError: true,
|
||||
hasError: false,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user