1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-20 21:21:55 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
bgamard
2020-08-28 17:34:03 +02:00
12 changed files with 58 additions and 18 deletions

View File

@@ -226,7 +226,7 @@ public class TestRouteResource extends BaseJerseyTest {
.param("transition", "APPROVED")), JsonObject.class);
Assert.assertFalse(json.containsKey("route_step"));
Assert.assertTrue(json.getBoolean("readable")); // Admin can read everything
Assert.assertTrue(popEmail().contains("workflow step"));
Assert.assertNull(popEmail()); // Last step does not send any email
// Get the route on document 1
json = target().path("/route")