commit 3b3b2c09635c9cfb84363e8d62d388f399a2b006 Author: Arturo Filastò arturo@filasto.net Date: Tue Nov 22 12:34:21 2016 +0000
Add whatsapp and facebook_messenger to IM test deck --- data/decks/im.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/data/decks/im.yaml b/data/decks/im.yaml index 7609022..98dc27a 100644 --- a/data/decks/im.yaml +++ b/data/decks/im.yaml @@ -3,12 +3,10 @@ name: Instant Messaging deck description: This test deck will check to see if instant messaging applications are working schedule: "@daily" tasks: -- name: Checks to see if WhatsApp web is working +- name: Checks to see if WhatsApp is working ooni: - test_name: web_connectivity - url: 'https://web.whatsapp.com/' + test_name: whatsapp
-- name: Checks to see if Facebook is working +- name: Checks to see if Facebook Messenger is working ooni: - test_name: web_connectivity - url: 'https://facebook.com/' + test_name: facebook_messenger
tor-commits@lists.torproject.org