File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class { 'postgresql::server': }
2929 end
3030
3131 it do
32- is_expected . to contain_concat__fragment ( 'recovery.conf' )
32+ is_expected . to contain_concat__fragment ( 'test- recovery.conf' )
3333 . with ( content : %r{restore_command = 'restore_command'[\n ]+recovery_target_timeline = 'recovery_target_timeline'} )
3434 end
3535 end
@@ -100,7 +100,7 @@ class { 'postgresql::server': }
100100 end
101101
102102 it do
103- is_expected . to contain_concat__fragment ( 'recovery.conf' )
103+ is_expected . to contain_concat__fragment ( 'test- recovery.conf' )
104104 . with ( content : %r{restore_command = 'restore_command'[\n ]+archive_cleanup_command = 'archive_cleanup_command'[\n ]+recovery_end_command = 'recovery_end_command'[\n ]+recovery_target_name = 'recovery_target_name'[\n ]+recovery_target_time = 'recovery_target_time'[\n ]+recovery_target_xid = 'recovery_target_xid'[\n ]+recovery_target_inclusive = true[\n ]+recovery_target = 'recovery_target'[\n ]+recovery_target_timeline = 'recovery_target_timeline'[\n ]+pause_at_recovery_target = true[\n ]+standby_mode = on[\n ]+primary_conninfo = 'primary_conninfo'[\n ]+primary_slot_name = 'primary_slot_name'[\n ]+trigger_file = 'trigger_file'[\n ]+recovery_min_apply_delay = 0[\n ]+} ) # rubocop:disable Layout/LineLength
105105 end
106106 end
You can’t perform that action at this time.
0 commit comments