1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00
This commit is contained in:
andreas-unleash 2022-06-03 16:05:25 +03:00
parent 62b4507e4a
commit d1cb117b7b

View File

@ -99,7 +99,7 @@ test('returns three archived toggles', async () => {
});
test('returns three archived toggles with archivedAt', async () => {
expect.assertions(1);
expect.assertions(2);
return app.request
.get('/api/admin/archive/features')
.expect('Content-Type', /json/)