From aa2e7f1501ce108e0c250538aba7046fddefc935 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 7 Sep 2017 21:22:17 +0200 Subject: urls: makefriends/quitfriends -> make-friends/quit-friends --- server/tests/utils/pods.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/tests/utils') diff --git a/server/tests/utils/pods.ts b/server/tests/utils/pods.ts index 0bea6db97..a86dd20d9 100644 --- a/server/tests/utils/pods.ts +++ b/server/tests/utils/pods.ts @@ -37,7 +37,7 @@ async function makeFriends (url: string, accessToken: string, expectedStatus = 2 'localhost:9003' ] } - const path = '/api/v1/pods/makefriends' + const path = '/api/v1/pods/make-friends' // The first pod make friend with the third const res = await request(url) @@ -54,7 +54,7 @@ async function makeFriends (url: string, accessToken: string, expectedStatus = 2 } async function quitFriends (url: string, accessToken: string, expectedStatus = 204) { - const path = '/api/v1/pods/quitfriends' + const path = '/api/v1/pods/quit-friends' // The first pod make friend with the third const res = await request(url) -- cgit v1.2.3