diff --git a/src/lib/features/project/project-service.e2e.test.ts b/src/lib/features/project/project-service.e2e.test.ts index 42fde0deb2cf..f243d54adae4 100644 --- a/src/lib/features/project/project-service.e2e.test.ts +++ b/src/lib/features/project/project-service.e2e.test.ts @@ -2516,7 +2516,7 @@ test('should also delete api tokens that were only bound to deleted project', as expect(deletedToken).toBeUndefined(); }); -test('should not delete project bound api tokens still bound to project', async () => { +test('should not delete project-bound api tokens still bound to project', async () => { const project1 = 'token-deleted-project'; const project2 = 'token-not-deleted-project'; const tokenName = 'test';