From 550583c948afe9617afd1d5a91498f6ae3d6d945 Mon Sep 17 00:00:00 2001 From: Matthew Casperson Date: Wed, 14 Dec 2016 18:20:40 +1000 Subject: [PATCH] Fixing up tests --- src/test/java/au/com/agic/apptesting/LiveTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/au/com/agic/apptesting/LiveTests.java b/src/test/java/au/com/agic/apptesting/LiveTests.java index fcf24910..9b8223f9 100644 --- a/src/test/java/au/com/agic/apptesting/LiveTests.java +++ b/src/test/java/au/com/agic/apptesting/LiveTests.java @@ -2,7 +2,6 @@ import au.com.agic.apptesting.utils.SystemPropertyUtils; import au.com.agic.apptesting.utils.impl.SystemPropertyUtilsImpl; - import org.apache.commons.lang.StringUtils; import org.junit.After; import org.junit.Assert; @@ -304,5 +303,6 @@ private void setCommonProperties() { System.setProperty("startInternalProxy", ""); System.setProperty("tagsOverride", ""); System.setProperty("dryRun", ""); + System.setProperty("importBaseUrl", ""); } }