Skip to content

Commit 438af22

Browse files
author
Mykola Mokhnach
committed
Use POST instead of GET
1 parent b869ea2 commit 438af22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/appium/java_client/MobileCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public class MobileCommand {
182182
commandRepository.put(ACTIVATE_APP, postC("/session/:sessionId/appium/device/activate_app"));
183183
commandRepository.put(REMOVE_APP, postC("/session/:sessionId/appium/device/remove_app"));
184184
commandRepository.put(TERMINATE_APP, postC("/session/:sessionId/appium/device/terminate_app"));
185-
commandRepository.put(QUERY_APP_STATE, getC("/session/:sessionId/appium/device/app_state"));
185+
commandRepository.put(QUERY_APP_STATE, postC("/session/:sessionId/appium/device/app_state"));
186186
//endregion
187187

188188
//iOS

0 commit comments

Comments
 (0)