mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-23 13:46:45 +02:00
Fix: broken test
This commit is contained in:
parent
9e650e0257
commit
aef8840ad8
@ -249,7 +249,7 @@ test('should not delete segments used by strategies in CRs', async () => {
|
||||
await db.rawDatabase.table('change_requests').insert({
|
||||
id: CR_ID,
|
||||
environment: 'default',
|
||||
state: 'In Review',
|
||||
state: 'In review',
|
||||
project: 'default',
|
||||
created_by: user.id,
|
||||
created_at: '2023-01-01 00:00:00',
|
||||
|
Loading…
Reference in New Issue
Block a user