Skip to content

Commit 214e352

Browse files
Update a test assertion
1 parent 574761d commit 214e352

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/integration/channel_recovery_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def publish_message(id)
133133
end
134134

135135
expect(log_output).to match(/delivery acknowledgement on channel \d+ timed out/i)
136-
expect(log_output).to match(/channel recovery succeeded/i)
136+
expect(log_output).to match(/recovered consumer channel after a delivery acknowledgement timeout/i)
137137
expect(processed_messages).to include('after-recovery')
138138
end
139139
end

0 commit comments

Comments
 (0)