Merge branch 'master' of github.com:thingsboard/thingsboard
This commit is contained in:
		
						commit
						f08e7e5de1
					
				@ -268,6 +268,13 @@ public class WidgetsBundleControllerTest extends AbstractControllerTest {
 | 
			
		||||
        Collections.sort(loadedWidgetsBundles2, idComparator);
 | 
			
		||||
 | 
			
		||||
        Assert.assertEquals(tenantWidgetsBundles, loadedWidgetsBundles2);
 | 
			
		||||
 | 
			
		||||
        // cleanup
 | 
			
		||||
        loginSysAdmin();
 | 
			
		||||
        for (WidgetsBundle sysWidgetsBundle : sysWidgetsBundles) {
 | 
			
		||||
            doDelete("/api/widgetsBundle/" + sysWidgetsBundle.getId().getId().toString())
 | 
			
		||||
                    .andExpect(status().isOk());
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Test
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user