We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8feb425 commit ece0c2eCopy full SHA for ece0c2e
src/test/java/io/appium/java_client/remote/AppiumCommandExecutorTest.java
@@ -10,7 +10,7 @@
10
import static org.junit.jupiter.api.Assertions.assertNotNull;
11
12
class AppiumCommandExecutorTest {
13
- private static final String APPIUM_URL = "https://appium.exaple.com";
+ private static final String APPIUM_URL = "https://appium.example.com";
14
15
private AppiumCommandExecutor createExecutor() {
16
URL baseUrl;
0 commit comments