mirror of https://github.com/zulip/zulip.git
billing fixtures: Normalize account_name values in fixtures.
This commit is contained in:
parent
cfc2d7c842
commit
127d3de125
|
@ -217,6 +217,7 @@ def normalize_fixture_data(
|
|||
# Don't use (..) notation, since the matched strings may be small integers that will also match
|
||||
# elsewhere in the file
|
||||
'"realm_id": "[0-9]+"': '"realm_id": "%d"',
|
||||
r'"account_name": "[\w\s]+"': '"account_name": "NORMALIZED-%d"',
|
||||
}
|
||||
)
|
||||
# Normalizing across all timestamps still causes a lot of variance run to run, which is
|
||||
|
|
Loading…
Reference in New Issue