fix: Imported API keys not working on a new server #6477 (#6496)

Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
Co-authored-by: Michael Genson <genson.michael@gmail.com>
This commit is contained in:
onemustpersist
2025-12-22 18:08:44 +00:00
committed by GitHub
parent 9d601ea4b5
commit 8b4111d68f
2 changed files with 21 additions and 8 deletions

View File

@@ -249,6 +249,8 @@ def test_database_restore_data():
settings = get_app_settings()
backup_v2 = BackupV2(settings.DB_URL)
backup_v2.directories.BACKUP_DIR.mkdir(parents=True, exist_ok=True)
original_data_backup = backup_v2.backup()
try: