mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-10 17:53:36 +02:00
Bug fix
This commit is contained in:
parent
62b4507e4a
commit
d1cb117b7b
@ -99,7 +99,7 @@ test('returns three archived toggles', async () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test('returns three archived toggles with archivedAt', async () => {
|
test('returns three archived toggles with archivedAt', async () => {
|
||||||
expect.assertions(1);
|
expect.assertions(2);
|
||||||
return app.request
|
return app.request
|
||||||
.get('/api/admin/archive/features')
|
.get('/api/admin/archive/features')
|
||||||
.expect('Content-Type', /json/)
|
.expect('Content-Type', /json/)
|
||||||
|
Loading…
Reference in New Issue
Block a user