We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574761d commit 214e352Copy full SHA for 214e352
1 file changed
spec/integration/channel_recovery_spec.rb
@@ -133,7 +133,7 @@ def publish_message(id)
133
end
134
135
expect(log_output).to match(/delivery acknowledgement on channel \d+ timed out/i)
136
- expect(log_output).to match(/channel recovery succeeded/i)
+ expect(log_output).to match(/recovered consumer channel after a delivery acknowledgement timeout/i)
137
expect(processed_messages).to include('after-recovery')
138
139
0 commit comments