Skip to content

Commit

Permalink
[BqvAC2FK] spotlessApply changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 committed Jan 21, 2025
1 parent 009c1a3 commit ef94a99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion full/src/main/java/apoc/load/LoadHtmlBrowser.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
import java.io.InputStream;
import java.net.MalformedURLException;
import java.net.URL;
import java.time.Duration;
import java.util.Map;
import org.apache.commons.io.IOUtils;
import org.openqa.selenium.By;
Expand All @@ -37,7 +38,6 @@
import org.openqa.selenium.support.ui.Wait;
import org.openqa.selenium.support.ui.WebDriverWait;


public class LoadHtmlBrowser {

public static InputStream getChromeInputStream(
Expand Down
3 changes: 1 addition & 2 deletions full/src/test/java/apoc/load/LoadHtmlTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ public void testParseGeneratedJsWrongConfigs() {

assertWrongConfig(errorInvalidConfig, map("browser", FIREFOX, "architecture", "dunno"));

assertWrongConfig(
"Error HTTP 401 executing", map("browser", FIREFOX, "gitHubToken", "12345", "forceDownload", true));
assertWrongConfig("Error HTTP", map("browser", FIREFOX, "gitHubToken", "12345", "forceDownload", true));
}

private void assertWrongConfig(String msgError, Map<String, Object> config) {
Expand Down

0 comments on commit ef94a99

Please sign in to comment.