remove leftover .only

This commit is contained in:
Jörg Breitbart
2024-02-22 09:40:38 +01:00
parent 768452a519
commit 5143f904ee
@@ -125,7 +125,7 @@ describe('WebLinksAddon', () => {
});
// issue #4964
it.only('uppercase in protocol and host, default ports', async () => {
it('uppercase in protocol and host, default ports', async () => {
const data = ` HTTP://EXAMPLE.COM \\r\\n` +
` HTTPS://Example.com \\r\\n` +
` HTTP://Example.com:80 \\r\\n` +