Skip to content

Commit

Permalink
Fixed error in test spec
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Jan 4, 2022
1 parent 00f7819 commit bc7b7cc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ public static Application[] getBitmagApplications() {
//new Application("sb-test-bar-001", "BitarchiveApplication", null, null, "SBN"),
new Application("kb-test-way-001", "WaybackIndexerApplication", null, null, "KBN"),
new Application("kb-test-way-001", "AggregatorApplication", null, null, "KBN"),
new Application("kb-test-har-005", "HarvestControllerApplication", "kbumbra_1", "BROWSER", "KBN"),
new Application("kb-test-har-005", "HarvestControllerApplication", "kbumbra_2", "BROWSER", "KBN")
new Application("kb-test-har-005", "HarvestControllerApplication", "browser_1", "BROWSER", "KBN"),
new Application("kb-test-har-005", "HarvestControllerApplication", "browser_2", "BROWSER", "KBN")
};
}

Expand Down

0 comments on commit bc7b7cc

Please sign in to comment.