mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update db core tests to ignore the added value for env custom configs
This commit is contained in:
parent
7a524b43e6
commit
162198bb93
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue