Feature:during account initialization, set the interface language to be consistent with the display language(#27029) (#27042)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
@@ -2299,6 +2299,7 @@ class TestRegisterService:
|
||||
name=admin_name,
|
||||
password=admin_password,
|
||||
ip_address=ip_address,
|
||||
language="en-US",
|
||||
)
|
||||
|
||||
# Verify account was created
|
||||
@@ -2348,6 +2349,7 @@ class TestRegisterService:
|
||||
name=admin_name,
|
||||
password=admin_password,
|
||||
ip_address=ip_address,
|
||||
language="en-US",
|
||||
)
|
||||
|
||||
# Verify no entities were created (rollback worked)
|
||||
|
||||
Reference in New Issue
Block a user