add unit test for rest endpoints

This commit is contained in:
Konstantin Schaper
2020-11-25 12:08:51 +01:00
parent d0feb7c22c
commit 84ea159741
2 changed files with 134 additions and 3 deletions

View File

@@ -239,6 +239,8 @@ public class TagRootResource {
}
return Response.noContent().build();
} catch (IOException e) {
return Response.serverError().build();
}
}