Update db core tests to ignore the added value for env custom configs

This commit is contained in:
Théophile Diot 2023-06-21 15:46:50 -04:00
parent 7a524b43e6
commit 162198bb93
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ try:
)
exit(1)
elif (
custom_config.data
custom_config.data.replace(b"# CREATED BY ENV\n", b"")
!= current_custom_configs[custom_config.name]["value"]
):
print(