Debug why travis fails test. Assume env related.
							parent
							
								
									997d4d29c8
								
							
						
					
					
						commit
						ab4c63c5af
					
				| 
						 | 
					@ -175,6 +175,7 @@ test.serial('[Success] Search products', async t => {
 | 
				
			||||||
        .get('/category/backpack?json=true')
 | 
					        .get('/category/backpack?json=true')
 | 
				
			||||||
        .expect(200);
 | 
					        .expect(200);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    console.log('res.body', res.body);
 | 
				
			||||||
    // Should be two backpack products
 | 
					    // Should be two backpack products
 | 
				
			||||||
    t.deepEqual(res.body.length, 2);
 | 
					    t.deepEqual(res.body.length, 2);
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue