Fix test yet again!
This commit is contained in:
parent
9c3ce5be86
commit
3d320a8fe3
|
@ -21,7 +21,9 @@ public class ExampleTest {
|
||||||
|
|
||||||
@AfterClass
|
@AfterClass
|
||||||
public static void afterClass() throws Exception {
|
public static void afterClass() throws Exception {
|
||||||
|
if (ourServer != null) {
|
||||||
ourServer.stop();
|
ourServer.stop();
|
||||||
|
}
|
||||||
|
|
||||||
System.clearProperty("ca.uhn.fhir.to.TesterConfig_SYSPROP_FORCE_SERVERS");
|
System.clearProperty("ca.uhn.fhir.to.TesterConfig_SYSPROP_FORCE_SERVERS");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue