diff options
Diffstat (limited to 'server/tests/api/check-params')
-rw-r--r-- | server/tests/api/check-params/user-subscriptions.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/user-subscriptions.ts b/server/tests/api/check-params/user-subscriptions.ts index 8a9ced7c1..04a3eb97c 100644 --- a/server/tests/api/check-params/user-subscriptions.ts +++ b/server/tests/api/check-params/user-subscriptions.ts | |||
@@ -212,7 +212,7 @@ describe('Test user subscriptions API validators', function () { | |||
212 | }) | 212 | }) |
213 | }) | 213 | }) |
214 | 214 | ||
215 | describe('When checking if subscriptions exist', async function () { | 215 | describe('When checking if subscriptions exist', function () { |
216 | const existPath = path + '/exist' | 216 | const existPath = path + '/exist' |
217 | 217 | ||
218 | it('Should fail with a non authenticated user', async function () { | 218 | it('Should fail with a non authenticated user', async function () { |