mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-31 11:49:10 +01:00
add unit test for rest endpoints
This commit is contained in:
@@ -239,6 +239,8 @@ public class TagRootResource {
|
||||
}
|
||||
|
||||
return Response.noContent().build();
|
||||
} catch (IOException e) {
|
||||
return Response.serverError().build();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user