Skip to content

Commit

Permalink
updated DLQ test for new cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
ktrane1 authored Apr 15, 2021
1 parent 2765033 commit 2a934f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/__tests__/backend/strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('Strategy tests', () => {
});
expect(res.body[messageValid.retries - messageValid.faults]).toContain('kafka-penguin');
expect(res.body[messageValid.retries - messageValid.faults]).toContain('2');
expect(res.body[messageValid.retries - messageValid.faults]).toContain('testtopic.deadLetterQueue');
expect(res.body[messageValid.retries - messageValid.faults]).toContain('test2.deadLetterQueue');
done();
})
.end(done);
Expand Down

0 comments on commit 2a934f1

Please sign in to comment.