Skip to content

Commit

Permalink
fix: autodelete queue in test has to be classic
Browse files Browse the repository at this point in the history
  • Loading branch information
Martial Habimana committed Mar 22, 2024
1 parent a176116 commit feef51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/typeSpecific.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('Type Handling On Any Queue', function () {
autoDelete: true,
subscribe: true,
deadletter: 'rabbot-ex.deadletter',
type: 'quorum'
type: 'classic'
}
],
bindings: [
Expand Down

0 comments on commit feef51e

Please sign in to comment.