Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6f38271

Browse files
committedApr 10, 2024··
reenable acceptance test for server encoding
1 parent 175c842 commit 6f38271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spec/acceptance/utf8_encoding_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require 'spec_helper_acceptance'
44

5-
describe 'postgresql::server', skip: 'IAC-1286' do
5+
describe 'postgresql::server' do
66
let(:pp) do
77
<<-MANIFEST
88
class { 'postgresql::globals':

0 commit comments

Comments
 (0)
Please sign in to comment.