]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/check-params/accounts.ts
Fix fps federation
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / accounts.ts
index 50dc0804efa25cdaaff59786e1775b18e94cf241..9e0b1e35c609df0d00c4b565e5a5247e2681d3a4 100644 (file)
@@ -35,8 +35,8 @@ describe('Test users API validators', function () {
   })
 
   describe('When getting an account', function () {
-    it('Should return 404 with a non existing id', async function () {
-      await getAccount(server.url, 4545454, 404)
+    it('Should return 404 with a non existing name', async function () {
+      await getAccount(server.url, 'arfaze', 404)
     })
   })