1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-22 00:38:46 +00:00

test(core): don't force changing language if not needed

[no changelog]
This commit is contained in:
Roman Zeyde 2025-04-24 21:09:13 +03:00 committed by Roman Zeyde
parent 09a323e578
commit 569aee4ac1

View File

@ -64,7 +64,7 @@ def build_and_sign_blob(
return sign_blob(blob)
def set_language(client: Client, lang: str, *, force: bool = True):
def set_language(client: Client, lang: str, *, force: bool = False):
if lang.startswith("en"):
language_data = b""
else: