1
0
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:
Thomas Heartman 2023-11-20 13:50:52 +01:00
parent 9e650e0257
commit aef8840ad8
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

@ -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',