Filter out commit since last tag in tests (#9766)
Follow-up to #9730, which broke some snapshots for me since the pattern would not capture the now-working commits since last tag.
This commit is contained in:
@@ -59,7 +59,7 @@ pub const INSTA_FILTERS: &[(&str, &str)] = &[
|
||||
(r"uv\.exe", "uv"),
|
||||
// uv version display
|
||||
(
|
||||
r"uv(-.*)? \d+\.\d+\.\d+( \(.*\))?",
|
||||
r"uv(-.*)? \d+\.\d+\.\d+(\+\d+)?( \(.*\))?",
|
||||
r"uv [VERSION] ([COMMIT] DATE)",
|
||||
),
|
||||
// The exact message is host language dependent
|
||||
|
||||
Reference in New Issue
Block a user