From bf1b3ec8d978c86739eb3014ae21364cc5747f88 Mon Sep 17 00:00:00 2001 From: Michael Buckley Date: Mon, 22 Jul 2024 11:16:00 -0400 Subject: [PATCH] docs --- .../src/test/java/ca/uhn/fhir/jpa/cosmos/CosmosDbTest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/cosmos/CosmosDbTest.java b/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/cosmos/CosmosDbTest.java index 5f4cffe4f29..2b29c17bc79 100644 --- a/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/cosmos/CosmosDbTest.java +++ b/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/cosmos/CosmosDbTest.java @@ -45,6 +45,9 @@ import static org.hamcrest.Matchers.contains; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.fail; +/** + * Store connection properties for the Cosmos db in a file in /tmp/cosmos.properties + */ @ExtendWith(SpringExtension.class) @ContextConfiguration(classes = { TestCosmosR4Config.class