Remove basic auth (unneeded)
This commit is contained in:
parent
2ea6d44330
commit
c29a6cd353
|
@ -20,8 +20,6 @@ public class IpsBuilderTest {
|
||||||
@DisplayName("Test IPS Generation")
|
@DisplayName("Test IPS Generation")
|
||||||
void testIpsGeneration() throws URISyntaxException, FileNotFoundException, IOException {
|
void testIpsGeneration() throws URISyntaxException, FileNotFoundException, IOException {
|
||||||
FHIRToolingClient server = new FHIRToolingClient("https://hl7auconnectathon.salessbx.smiledigitalhealth.com/fhir-request", "FHIR-Validator");
|
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");
|
Bundle bnd = IPSBuilder.generateIPS(server, "wang-li");
|
||||||
new JsonParser().setOutputStyle(OutputStyle.PRETTY).compose(new FileOutputStream(Utilities.path("[tmp]", "ips-gen.json")), bnd);
|
new JsonParser().setOutputStyle(OutputStyle.PRETTY).compose(new FileOutputStream(Utilities.path("[tmp]", "ips-gen.json")), bnd);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue