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:
parent
62b0bcbdc4
commit
b08988075c
@ -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',
|
||||
},
|
||||
]);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user