fix: fixed bootstrap overwrtting .env file and improved bool handling for js use
This commit is contained in:
@@ -150,7 +150,9 @@ class TestTemplatePreservation:
|
||||
class TestSecretPreservation:
|
||||
"""Test that secrets are never overwritten."""
|
||||
|
||||
def test_preserves_existing_secrets(self, test_toml_with_all_types, test_env_example):
|
||||
def test_preserves_existing_secrets(
|
||||
self, test_toml_with_all_types, test_env_example
|
||||
):
|
||||
"""Test that existing secrets are preserved across multiple bootstraps."""
|
||||
from alfred.settings_schema import load_schema
|
||||
|
||||
|
||||
Reference in New Issue
Block a user