api tests: Update remove-subscriptions fixture.

The remove-subscriptions API client response
changed with python-zulip-api:67cdb6f
This commit is contained in:
Robert Hönig
2018-02-08 16:55:04 +01:00
committed by Tim Abbott
parent e82564c82c
commit 537203102a

View File

@@ -180,9 +180,6 @@
} }
}, },
"remove-subscriptions": { "remove-subscriptions": {
"already_subscribed":{
},
"msg":"", "msg":"",
"not_subscribed":[ "not_subscribed":[
@@ -191,8 +188,5 @@
"new stream" "new stream"
], ],
"result":"success", "result":"success",
"subscribed":{
}
} }
} }