Skip to content

Commit 40aa655

Browse files
authored
set default test locale to en (#107)
1 parent a078792 commit 40aa655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testgres/plugins/pg_probackup2/pg_probackup2/init_helpers.py

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def __init__(self):
5252
parts[0] = re.match(r'\d+', parts[0]).group()
5353
self.pg_config_version = reduce(lambda v, x: v * 100 + int(x), parts, 0)
5454

55+
os.environ['LANGUAGE'] = 'en' # set default locale language to en. All messages will use this locale
5556
test_env = os.environ.copy()
5657
envs_list = [
5758
'LANGUAGE',

0 commit comments

Comments
 (0)