1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

fix: correct test verifications

This commit is contained in:
Ivar Conradi Østhus 2021-09-23 21:14:43 +02:00
parent 62b0bcbdc4
commit b08988075c
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -65,6 +65,8 @@ test('Can connect environment to project', async () => {
name: 'test-connection',
displayName: '',
enabled: false,
sortOrder: 9999,
type: 'production',
},
]);
});
@ -92,6 +94,8 @@ test('Can remove environment from project', async () => {
name: 'removal-test',
displayName: '',
enabled: false,
sortOrder: 9999,
type: 'production',
},
]);
});