tests/net_inet: Remove broken api.telegram.org from tests.
Signed-off-by: Andrew Leech <andrew@alelec.net>
This commit is contained in:
parent
4188bbd3d3
commit
73a1ea8812
@ -94,7 +94,6 @@ SITES = [
|
||||
{"host": "www.google.com"},
|
||||
"micropython.org",
|
||||
"pypi.org",
|
||||
"api.telegram.org",
|
||||
{"host": "api.pushbullet.com", "sni": True},
|
||||
]
|
||||
|
||||
|
@ -40,7 +40,6 @@ SITES = [
|
||||
"www.google.com",
|
||||
"micropython.org",
|
||||
"pypi.org",
|
||||
"api.telegram.org",
|
||||
{"host": "api.pushbullet.com", "sni": True},
|
||||
]
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user