aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNathan Morrison <natemorrison@gmail.com>2016-09-28 15:54:13 +0000
committerAudrius Butkevicius <audrius.butkevicius@gmail.com>2016-09-28 15:54:13 +0000
commitd322ebd0b9d5a6c1025c29d4519c4cde21def78d (patch)
tree0e38c817b11afb71d96dc965b4bac256d3a0028f /test
parent50190236bbcbba98bde865b4aafc009e85896c23 (diff)
downloadsyncthing-d322ebd0b9d5a6c1025c29d4519c4cde21def78d.tar.gz
syncthing-d322ebd0b9d5a6c1025c29d4519c4cde21def78d.zip
Add API service for local disk changes
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3626 LGTM: calmh, AudriusButkevicius
Diffstat (limited to 'test')
-rw-r--r--test/http_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/http_test.go b/test/http_test.go
index f5dc82449..51b40841e 100644
--- a/test/http_test.go
+++ b/test/http_test.go
@@ -27,6 +27,7 @@ var jsonEndpoints = []string{
"/rest/db/status?folder=default",
"/rest/db/browse?folder=default",
"/rest/events?since=-1&limit=5",
+ "/rest/events/disk?since=-1&limit=5",
"/rest/stats/device",
"/rest/stats/folder",
"/rest/svc/deviceid?id=I6KAH76-66SLLLB-5PFXSOA-UFJCDZC-YAOMLEK-CP2GB32-BV5RQST-3PSROAU",