Skip to content

Commit

Permalink
Fix broken tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Oct 6, 2021
1 parent a0828b3 commit 6f37847
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -82,9 +82,9 @@ public class RouteTest {
@BeforeClass
public static void beforeClass() {
System.setProperty("http.indexer.enabled", "true");
System.setProperty("filter.containers", baseURL + auditContainer);
System.setProperty("input.stream", inputStream);
System.setProperty("reindex.stream", reindexStream);
System.setProperty("http.filter.containers", baseURL + auditContainer);
System.setProperty("http.input.stream", inputStream);
System.setProperty("http.reindex.stream", reindexStream);
System.setProperty("error.maxRedeliveries", "10");
System.setProperty("fcrepo.baseUrl", baseURL);
System.setProperty("http.baseUrl", httpURL);
Expand Down

0 comments on commit 6f37847

Please sign in to comment.