mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +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',
 | 
					                name: 'test-connection',
 | 
				
			||||||
                displayName: '',
 | 
					                displayName: '',
 | 
				
			||||||
                enabled: false,
 | 
					                enabled: false,
 | 
				
			||||||
 | 
					                sortOrder: 9999,
 | 
				
			||||||
 | 
					                type: 'production',
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
        ]);
 | 
					        ]);
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
@ -92,6 +94,8 @@ test('Can remove environment from project', async () => {
 | 
				
			|||||||
                name: 'removal-test',
 | 
					                name: 'removal-test',
 | 
				
			||||||
                displayName: '',
 | 
					                displayName: '',
 | 
				
			||||||
                enabled: false,
 | 
					                enabled: false,
 | 
				
			||||||
 | 
					                sortOrder: 9999,
 | 
				
			||||||
 | 
					                type: 'production',
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
        ]);
 | 
					        ]);
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user