mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 21:33:00 +00:00
Code refactoring (#889)
* Add __all__ to all module and plugin utils. * Convert quite a few positional args to keyword args. * Avoid Python 3.8+ syntax.
This commit is contained in:
@@ -383,7 +383,7 @@ def test_get_relative_time_option(
|
||||
with freeze_time("2024-02-03 04:05:06", tz_offset=timezone):
|
||||
output = get_relative_time_option(
|
||||
input_string,
|
||||
input_name,
|
||||
input_name=input_name,
|
||||
with_timezone=with_timezone,
|
||||
now=now,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user