Browse Source

fix_bug: test transactional UnfinishedStubbingException new

pull/7357/head
nickAS21 4 years ago
parent
commit
456ada0cd0
  1. 1
      application/src/test/java/org/thingsboard/server/controller/BaseDashboardControllerTest.java

1
application/src/test/java/org/thingsboard/server/controller/BaseDashboardControllerTest.java

@ -500,4 +500,5 @@ public abstract class BaseDashboardControllerTest extends AbstractControllerTest
dashboard.setTitle(title);
return doPost("/api/dashboard", dashboard, Dashboard.class);
}
}

Loading…
Cancel
Save