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 @@ -114,7 +114,7 @@ class { 'mysql::server': }
114
114
default_params . merge! ( custom_params )
115
115
end
116
116
117
- it { is_expected . to contain_file ( 'mysqlbackup.sh' ) . with_content ( %r{touch /tmp/mysqlbackup_success} ) }
117
+ it { is_expected . to contain_file ( 'mysqlbackup.sh' ) . with_content ( %r{touch /tmp/mysqlbackup_success} ) }
118
118
end
119
119
120
120
context 'with delete after dump and custom success file path' do
@@ -128,7 +128,7 @@ class { 'mysql::server': }
128
128
default_params . merge! ( custom_params )
129
129
end
130
130
131
- it { is_expected . to contain_file ( 'mysqlbackup.sh' ) . with_content ( %r{touch /opt/mysqlbackup_success} ) }
131
+ it { is_expected . to contain_file ( 'mysqlbackup.sh' ) . with_content ( %r{touch /opt/mysqlbackup_success} ) }
132
132
end
133
133
134
134
context 'custom ownership and mode for backupdir' do
You can’t perform that action at this time.
0 commit comments