File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434 } )
3535 end
3636 it 'should have update pg_group for test group with groupmembers as []' do
37- is_expected . to contain_postgresql_psql ( "test: UPDATE pg_group SET grolist = [] WHERE groname = 'test'" ) . with ( {
38- 'command' => "UPDATE pg_group SET grolist = [] WHERE groname = 'test'" ,
37+ is_expected . to contain_postgresql_psql ( "test: UPDATE pg_group SET grolist = ARRAY [] WHERE groname = 'test'" ) . with ( {
38+ 'command' => "UPDATE pg_group SET grolist = ARRAY [] WHERE groname = 'test'" ,
3939 'environment' => [ ] ,
40- 'unless' => "SELECT 1 FROM pg_group WHERE groname = 'test' AND grolist = []" ,
40+ 'unless' => "SELECT 1 FROM pg_group WHERE groname = 'test' AND grolist = ARRAY []" ,
4141 'port' => "5432" ,
4242 } )
4343 end
You can’t perform that action at this time.
0 commit comments