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 9b312e1

Browse files
author
Daniel Quackenbush
committedMar 19, 2019
rubocop fixes
1 parent 016632e commit 9b312e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎spec/classes/mysql_server_backup_spec.rb

+1-2
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,7 @@ class { 'mysql::server': }
401401
context 'with mariabackup' do
402402
let(:params) do
403403
default_params.merge(provider: 'xtrabackup',
404-
backupmethod: 'mariabackup'
405-
)
404+
backupmethod: 'mariabackup')
406405
end
407406

408407
it 'contain the mariabackup executor' do

0 commit comments

Comments
 (0)