mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-12 13:48:35 +02:00
fix: test name
This commit is contained in:
parent
3901193b82
commit
8571250b3a
@ -708,7 +708,7 @@ test('should not hit endpoints if disable configuration is set', async () => {
|
|||||||
.expect(404);
|
.expect(404);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('should hit stale and tags endpoint if legacy api is disabled', async () => {
|
test('should hit validate and tags endpoint if legacy api is disabled', async () => {
|
||||||
const appWithDisabledLegacyFeatures = await setupAppWithCustomConfig(
|
const appWithDisabledLegacyFeatures = await setupAppWithCustomConfig(
|
||||||
db.stores,
|
db.stores,
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user