Remove basic auth (unneeded)

This commit is contained in:
dotasek 2023-11-29 13:34:24 -05:00
parent 2ea6d44330
commit c29a6cd353
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);