summaryrefslogtreecommitdiff
path: root/tests/sota.toml
diff options
context:
space:
mode:
authorShaun Taheri <github@taheris.co.uk>2016-09-09 15:29:10 +0200
committerGitHub <noreply@github.com>2016-09-09 15:29:10 +0200
commitc38a61a733b5543e682a8be4dbeda8c987582ae7 (patch)
treeb206b1a780c1f2e88e1777540fcf4e2084456471 /tests/sota.toml
parent472109e26e883463c9540b3ec9221daf50311f4f (diff)
parent3b56557d70893122575be2bd4422e5b5d65f7f7f (diff)
downloadrvi_sota_client-c38a61a733b5543e682a8be4dbeda8c987582ae7.tar.gz
Merge pull request #123 from advancedtelematic/bugfix/pro-1331/handle-inflight-updates
Handle the returned UpdateRequestStatus from Core
Diffstat (limited to 'tests/sota.toml')
-rw-r--r--tests/sota.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sota.toml b/tests/sota.toml
index 87cf144..0444a71 100644
--- a/tests/sota.toml
+++ b/tests/sota.toml
@@ -33,8 +33,8 @@ socket = false
websocket = true
[network]
-http_server = "http://127.0.0.1:8888"
-rvi_edge_server = "http://127.0.0.1:9080"
+http_server = "127.0.0.1:8888"
+rvi_edge_server = "127.0.0.1:9080"
socket_commands_path = "/tmp/sota-commands.socket"
socket_events_path = "/tmp/sota-events.socket"
websocket_server = "127.0.0.1:3012"