diff --git a/wallet-web/components/bond/BondNodeForm.test.ts b/wallet-web/components/bond/BondNodeForm.test.ts index 31e3b1a9f0..ef544bac5b 100644 --- a/wallet-web/components/bond/BondNodeForm.test.ts +++ b/wallet-web/components/bond/BondNodeForm.test.ts @@ -26,6 +26,7 @@ test('correctly validates ipv6', () => { ) expect(isValidHostname('::1111:2222:3333:4444:5555:6666::')).toBe(false) expect(isValidHostname('3ffe:b00::1::a')).toBe(false) + expect(isValidHostname('?.?.?')).toBe(false) }) test('correctly validates hostnames', () => {