mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
refactor
This commit is contained in:
@@ -112,7 +112,7 @@ class PublicKeyResourceTest {
|
||||
|
||||
@Test
|
||||
void shouldAddToStore() throws URISyntaxException, IOException {
|
||||
String raw = GPGTestHelper.readKey("single.asc");
|
||||
String raw = GPGTestHelper.readResource("single.asc");
|
||||
|
||||
UriInfo uriInfo = mock(UriInfo.class);
|
||||
UriBuilder builder = mock(UriBuilder.class);
|
||||
|
||||
Reference in New Issue
Block a user