billing fixtures: Normalize account_name values in fixtures.

This commit is contained in:
Vishnu KS 2021-06-18 20:04:20 +05:30 committed by Tim Abbott
parent cfc2d7c842
commit 127d3de125
1 changed files with 1 additions and 0 deletions

View File

@ -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