Merge branch 'do-20231129-fix-connectathon-auth' into do-20231127-package-cache-threadsafe

This commit is contained in:
dotasek 2023-11-29 13:34:41 -05:00
commit c83d156d18
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ public class IpsBuilderTest {
@DisplayName("Test IPS Generation")
void testIpsGeneration() throws URISyntaxException, FileNotFoundException, IOException {
FHIRToolingClient server = new FHIRToolingClient("https://hl7auconnectathon.salessbx.smiledigitalhealth.com/fhir-request", "FHIR-Validator");
server.setUsername("HL7AU");
server.setPassword("Connectathon123");
Bundle bnd = IPSBuilder.generateIPS(server, "wang-li");
new JsonParser().setOutputStyle(OutputStyle.PRETTY).compose(new FileOutputStream(Utilities.path("[tmp]", "ips-gen.json")), bnd);