Skip to content

Commit

Permalink
Fix broken unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst committed Feb 25, 2025
1 parent 889c1c1 commit be487ff
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019-2024 the original author or authors.
* Copyright 2019-2025 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -327,7 +327,6 @@ void testGetRemoteWebDriverFirefoxDriver() throws ReflectiveOperationException
var sessionCaps = "{%n"
+ " \"acceptInsecureCerts\" : true,%n"
+ " \"browserName\" : \"firefox\",%n"
+ " \"moz:debuggerAddress\" : true,%n"
+ " \"moz:firefoxOptions\" : {%n"
+ " \"prefs\" : {%n"
+ " \"remote.active-protocols\" : 3,%n"
Expand Down

0 comments on commit be487ff

Please sign in to comment.