We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4e07e commit 6c58ae5Copy full SHA for 6c58ae5
packages/settings-library/tests/test_utils_cli.py
@@ -84,7 +84,7 @@ def fake_granular_env_file_content() -> str:
84
@pytest.fixture
85
def export_as_dict() -> Callable:
86
def _export(model_obj, **export_options):
87
- return model_dump_with_secrets(model_obj, show_secret=True, **export_options)
+ return model_dump_with_secrets(model_obj, show_secrets=True, **export_options)
88
89
return _export
90
0 commit comments