add opening redact

This commit is contained in:
heisen-li 2024-07-03 09:59:13 +08:00
parent 8b038ebdf0
commit 78983534df

View File

@ -278,6 +278,7 @@ static E2E_LITERAL_REDACTIONS: &[(&str, &str)] = &[
("[PUBLISHED]", " Published"),
("[BLOCKING]", " Blocking"),
("[GENERATED]", " Generated"),
("[OPENING]", " Opening"),
];
/// Normalizes the output so that it can be compared against the expected value.