Skip to content

Commit

Permalink
Enable default kwargs.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Sep 23, 2024
1 parent 0b5e809 commit d1ee6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy_ng/tests/unit/app/test_dynaconf_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def test_dynaconf_hooks_authentication_backends_and_classes(
# don't allow the downstream to edit this data ...
xsettings.immutable = True

new_settings = post_hook(xsettings, run_dynamic=False, run_validate=False)
new_settings = post_hook(xsettings, run_dynamic=True, run_validate=True)
for key, val in expected_results.items():
"""
try:
Expand Down

0 comments on commit d1ee6cc

Please sign in to comment.