Skip to content

Commit

Permalink
fix: correct formatting in env.json.sample for remoteAppiumServerUri (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor-bl authored Jan 5, 2025
1 parent 4e94435 commit a6e7652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/env.json.sample
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"DEV": false,
"isRemoteAppiumServer": false,
"remoteAppiumServerUri": "http://<remoteurl>:<port>/",
"remoteAppiumServerUri": "http://<remoteurl>:<port>/"
}

0 comments on commit a6e7652

Please sign in to comment.