Untitled

vas avatar
vas
plain_text
12/23/2024 10:06 AM
356 B
16
Indexable
private JsonNode mockJsonNodeWithKeys() {
    ObjectNode mockNode = new ObjectMapper().createObjectNode();
    mockNode.put("bucket", "mockBucketId");
    mockNode.put("api_key", "mockApiKey");
    mockNode.put("secret_key", "mockSecretKey");
    return mockNode;
}
Editor is loading...
Leave a Comment