From a9d4dd4ffb46a4acc87fc074bbcd53894e9d23e0 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 17 Oct 2012 17:12:44 -0400 Subject: [PATCH] Test new API key URLs. (imported from commit e4d41b73f905730cb8728862373265d2119cfa00) --- zephyr/tests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zephyr/tests.py b/zephyr/tests.py index e0bf9f6c8b..3428777d7e 100644 --- a/zephyr/tests.py +++ b/zephyr/tests.py @@ -118,6 +118,8 @@ class PublicURLTest(TestCase): "/api/v1/get_subscriptions", "/api/v1/subscribe", "/api/v1/send_message", + "/api/v1/fetch_api_key", + "/json/fetch_api_key", "/json/send_message/", "/json/update_pointer", "/json/settings/change/",