Skip to content

Commit

Permalink
Fixing up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Dec 14, 2016
1 parent 5626383 commit 550583c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/au/com/agic/apptesting/LiveTests.java
Expand Up @@ -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;
Expand Down Expand Up @@ -304,5 +303,6 @@ private void setCommonProperties() {
System.setProperty("startInternalProxy", "");
System.setProperty("tagsOverride", "");
System.setProperty("dryRun", "");
System.setProperty("importBaseUrl", "");
}
}

0 comments on commit 550583c

Please sign in to comment.