Skip to content

Commit 6c58ae5

Browse files
fix option name
1 parent 9c4e07e commit 6c58ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/settings-library/tests/test_utils_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def fake_granular_env_file_content() -> str:
8484
@pytest.fixture
8585
def export_as_dict() -> Callable:
8686
def _export(model_obj, **export_options):
87-
return model_dump_with_secrets(model_obj, show_secret=True, **export_options)
87+
return model_dump_with_secrets(model_obj, show_secrets=True, **export_options)
8888

8989
return _export
9090

0 commit comments

Comments
 (0)