tests/net_inet: Remove broken api.telegram.org from tests.

Signed-off-by: Andrew Leech <andrew@alelec.net>
This commit is contained in:
Andrew Leech 2022-04-29 21:54:53 +10:00 committed by Damien George
parent 4188bbd3d3
commit 73a1ea8812
3 changed files with 0 additions and 3 deletions

View File

@ -94,7 +94,6 @@ SITES = [
{"host": "www.google.com"},
"micropython.org",
"pypi.org",
"api.telegram.org",
{"host": "api.pushbullet.com", "sni": True},
]

View File

@ -40,7 +40,6 @@ SITES = [
"www.google.com",
"micropython.org",
"pypi.org",
"api.telegram.org",
{"host": "api.pushbullet.com", "sni": True},
]

View File

@ -2,5 +2,4 @@ google.com ok
www.google.com ok
micropython.org ok
pypi.org ok
api.telegram.org ok
api.pushbullet.com ok