Skip to content

Commit 85efa76

Browse files
committed
Use en_US locale in tests
1 parent d4d3055 commit 85efa76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/fixtures/cookbooks/pgtest/recipes/master.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
end
88

99
postgresql 'main' do
10-
cluster_create_options('locale' => 'ru_RU.UTF-8')
10+
cluster_create_options('locale' => 'en_US.UTF-8')
1111
configuration(
1212
listen_addresses: '*',
1313
max_connections: 300,

test/fixtures/cookbooks/pgtest/recipes/slave.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
end
88

99
postgresql 'slave' do
10-
cluster_create_options('locale' => 'ru_RU.UTF-8')
10+
cluster_create_options('locale' => 'en_US.UTF-8')
1111
configuration(
1212
port: '5433',
1313
listen_addresses: '*',

0 commit comments

Comments
 (0)