Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ def test_builder_sign_with_setting_no_thumbnail_and_ingredient(self):

builder.close()

# Settings are global, so we reset to the default "true" here
# Settings are thread-local, so we reset to the default "true" here
load_settings('{"builder": { "thumbnail": {"enabled": true}}}')

def test_builder_sign_with_duplicate_ingredient(self):
Expand Down
Loading
Loading