Replace /json/subscriptions/add usage with /json/users/me/subscription.

This commit is contained in:
Allie Jones
2015-11-30 15:39:40 -05:00
committed by Tim Abbott
parent 023f45190f
commit 29a4b51e52
4 changed files with 13 additions and 13 deletions

View File

@@ -69,10 +69,10 @@ class PublicURLTest(TestCase):
"/json/settings/change",
"/json/subscriptions/remove",
"/json/subscriptions/exists",
"/json/subscriptions/add",
"/json/subscriptions/property",
"/json/get_subscribers",
"/json/fetch_api_key",
"/json/users/me/subscriptions",
"/api/v1/users/me/subscriptions",
],
400: ["/api/v1/send_message",