summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2023-12-08 15:30:57 -0500
committerRay Strode <rstrode@redhat.com>2023-12-08 15:30:57 -0500
commitb51e6976dc7815d888b9dc5ef7b79f62766a1ab0 (patch)
tree019ebde4a265b29306d077017bc141cd6b7d060b
parent42aa71ac99bebe552c26dc03239b88c02fbe37c0 (diff)
tests: Use en_US instead of en_IE for test localeusenie
Apparently en_IE is niche enough not all distros ship it, breaking the test. Closes: https://gitlab.freedesktop.org/accountsservice/accountsservice/-/issues/120
-rwxr-xr-xtests/test-daemon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-daemon.py b/tests/test-daemon.py
index 1b08bf8..807d94e 100755
--- a/tests/test-daemon.py
+++ b/tests/test-daemon.py
@@ -47,7 +47,7 @@ AD_PATH = '/org/freedesktop/Accounts'
AD_USER = AD + '.User'
AD_USER_PATH = AD_PATH + '/User'
-SIMULATED_SYSTEM_LOCALE = 'en_IE.UTF-8'
+SIMULATED_SYSTEM_LOCALE = 'en_US.UTF-8'
class Tests(dbusmock.DBusTestCase):
@classmethod