diff --git a/README.md b/README.md index f6f8a00..ee40565 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ ![Logo](misc/AegisNet-logo.png) -![AppVeyor](https://img.shields.io/badge/build-passing-brightgreen) Fast and light weight api and endpoint monitoring backed by Redis and carefully written for scalabilty and performace. ## Features: diff --git a/src/__tests__/app.test.ts b/src/__tests__/app.test.ts index b0e163a..bd31fae 100644 --- a/src/__tests__/app.test.ts +++ b/src/__tests__/app.test.ts @@ -2,7 +2,7 @@ import app from '../app'; // Link to server file import supertest from 'supertest'; const request = supertest(app); -const requstCount = 53; // Check redis before running. Update on change +const requstCount = 3; // Check redis before running. Update on change test('Aegis endpoint tests', async (done) => { const result = await request.get('/stats/'); expect(JSON.parse(result.text)).toEqual(