Skip to content

Commit ccc2549

Browse files
committed
typo fix
1 parent a6f8027 commit ccc2549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recaptcha_enterprise/snippets/src/test/java/app/SnippetsIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public static void setUp() throws IOException, InterruptedException {
9898
// Set Selenium Driver to Chrome.
9999
ChromeOptions options = new ChromeOptions();
100100
options.addArguments("--headless");
101-
options.addArguments("--no-sandbox'");
101+
options.addArguments("--no-sandbox");
102102
options.addArguments("--disable-gpu");
103103
options.addArguments("--disable-dev-shm-usage");
104104
BROWSER = WebDriverManager.chromedriver().capabilities(options).create();

0 commit comments

Comments
 (0)