Skip to content

Commit 2647e26

Browse files
committed
fix: Update tests
1 parent c08abf9 commit 2647e26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_unit_tests.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@
4343

4444
def load_test_settings_as_json():
4545
"""
46-
Load the test_settings.toml file and return its content as JSON-compatible dict.
46+
Load default trust configuration test settings from a
47+
TOML config file and return its content as JSON-compatible dict.
48+
The return value is used to load settings.
4749
4850
Returns:
4951
dict: The parsed TOML content as a Python dictionary (JSON-compatible).

0 commit comments

Comments
 (0)