Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Jan 25, 2024
1 parent d666d74 commit 261479f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bimi-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ describe('BIMI Tests', () => {
expect(res?.location).to.equal('https://cldup.com/a6t0ORNG2z.svg');
});

it.only('Should fail BIMI location with oversized DKIM', async () => {
it('Should fail BIMI location with oversized DKIM', async () => {
let res = await bimi({
dmarc: {
status: {
Expand Down

0 comments on commit 261479f

Please sign in to comment.