Browse Source

Fix test failure

tags/nilmdb-0.1
Jim Paris 11 years ago
parent
commit
4f6a742e6c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/test_client.py

+ 1
- 1
tests/test_client.py View File

@@ -216,7 +216,7 @@ class TestClient(object):
with assert_raises(ClientError) as e:
result = client.stream_insert("/newton/prep", data)
in_("400 Bad Request", str(e.exception))
in_("OverlapError", str(e.exception))
in_("verlap", str(e.exception))

def test_client_5_extractremove(self):
# Misc tests for extract and remove. Most of them are in test_cmdline.


Loading…
Cancel
Save