Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
Fix tests error message, due to changes in behavirou in redis-backups
Browse files Browse the repository at this point in the history
  • Loading branch information
jplebre committed Jul 10, 2019
1 parent b13fd2b commit e01ccd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/restore_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def bosh
it 'logs that the service instance provided does not exist' do
output, = bosh.ssh_with_error(deployment_name, @instance, "sudo #{RESTORE_BINARY} --sourceRDB #{BACKUP_PATH} --sharedVmGuid imafakeguid")
expect(output).to include(
'service-instance provided does not exist, please check you are on the correct VM and the instance guid is correct'
'No changes were performed. Problem with redis config'
)
expect(broker_registered?).to be true
end
Expand Down

0 comments on commit e01ccd6

Please sign in to comment.