Fix tests for added domains

This fixes tests from previous commit by replacing i2p/loki with random
but still valid Handshake domains (porkbun.com/handshake)
This commit is contained in:
mint 2022-10-09 08:17:44 +00:00 committed by Sam Therapy
parent c77d40de20
commit 76b0923033
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 4 additions and 4 deletions

View File

@ -301,16 +301,16 @@ defmodule Linkify.ParserTest do
do: [
"http://whatever.null/",
"https://example.o/index.html",
"http://pleroma.i2p/test",
"http://misskey.loki"
"http://pleroma.000abv/test",
"http://misskey.wwwroot"
]
def custom_tld_non_scheme_urls,
do: [
"whatever.null/",
"example.o/index.html",
"pleroma.i2p/test",
"misskey.loki"
"pleroma.000abv/test",
"misskey.wwwroot"
]
def valid_emails, do: ["rms@ai.mit.edu", "vc@cock.li", "guardian@33y6fjyhs3phzfjj.onion"]