diff options
Diffstat (limited to 'server/tests/api/users/users.ts')
-rw-r--r-- | server/tests/api/users/users.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/users/users.ts b/server/tests/api/users/users.ts index ea74bde6a..edb0b4bb3 100644 --- a/server/tests/api/users/users.ts +++ b/server/tests/api/users/users.ts | |||
@@ -11,8 +11,8 @@ import { | |||
11 | createUser, | 11 | createUser, |
12 | deleteMe, | 12 | deleteMe, |
13 | flushAndRunServer, | 13 | flushAndRunServer, |
14 | getAbusesList, | ||
15 | getAccountRatings, | 14 | getAccountRatings, |
15 | getAdminAbusesList, | ||
16 | getBlacklistedVideosList, | 16 | getBlacklistedVideosList, |
17 | getCustomConfig, | 17 | getCustomConfig, |
18 | getMyUserInformation, | 18 | getMyUserInformation, |
@@ -928,7 +928,7 @@ describe('Test users', function () { | |||
928 | const reason = 'my super bad reason' | 928 | const reason = 'my super bad reason' |
929 | await reportAbuse({ url: server.url, token: user17AccessToken, videoId, reason }) | 929 | await reportAbuse({ url: server.url, token: user17AccessToken, videoId, reason }) |
930 | 930 | ||
931 | const res1 = await getAbusesList({ url: server.url, token: server.accessToken }) | 931 | const res1 = await getAdminAbusesList({ url: server.url, token: server.accessToken }) |
932 | const abuseId = res1.body.data[0].id | 932 | const abuseId = res1.body.data[0].id |
933 | 933 | ||
934 | const res2 = await getUserInformation(server.url, server.accessToken, user17Id, true) | 934 | const res2 = await getUserInformation(server.url, server.accessToken, user17Id, true) |