Release 1.3.4 (#515)

Fix documentation and update release notes
This commit is contained in:
Alexander Kukushkin
2017-09-08 10:56:09 +02:00
committed by GitHub
parent 53715e689a
commit 3919b322f4
4 changed files with 70 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ class TestHTTPClient(unittest.TestCase):
def test_get(self):
self.client.get(Mock(), '')
self.client.get(Mock(), '', {'wait': '1s', 'index': 1})
self.client.get(Mock(), '', {'wait': '1s', 'index': 1, 'token': 'foo'})
self.client.http.request.return_value.status = 500
self.assertRaises(ConsulInternalError, self.client.get, Mock(), '')