add online report

This commit is contained in:
Carsten Otto
2021-12-24 13:48:39 +01:00
parent ddc156e566
commit c3eead54bc
63 changed files with 454 additions and 102 deletions

View File

@@ -100,7 +100,8 @@ class NodeControllerIT {
.andExpect(jsonPath("$.onChainCosts.openCosts", is("1000")))
.andExpect(jsonPath("$.onChainCosts.closeCosts", is("2000")))
.andExpect(jsonPath("$.onChainCosts.sweepCosts", is("3000")))
.andExpect(jsonPath("$.online", is(true)));
.andExpect(jsonPath("$.onlineReport.online", is(true)))
.andExpect(jsonPath("$.onlineReport.since", is("2021-12-23T01:02:03Z")));
}
@Test