[ARVADOS] updated: cc5c45d1a77dcb08a2b80b01e85ef30fe4222603
git at public.curoverse.com
git at public.curoverse.com
Fri Oct 23 16:47:51 EDT 2015
Summary of changes:
sdk/python/tests/test_api.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via cc5c45d1a77dcb08a2b80b01e85ef30fe4222603 (commit)
from bd319a6b20d6a6418eefc9047341085177318304 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit cc5c45d1a77dcb08a2b80b01e85ef30fe4222603
Author: Brett Smith <brett at curoverse.com>
Date: Fri Oct 23 16:47:46 2015 -0400
7587: Fixup bad argument naming.
diff --git a/sdk/python/tests/test_api.py b/sdk/python/tests/test_api.py
index 3e6f257..6d1e979 100644
--- a/sdk/python/tests/test_api.py
+++ b/sdk/python/tests/test_api.py
@@ -25,8 +25,8 @@ class ArvadosApiTest(run_test_server.TestCaseWithServers):
MAIN_SERVER = {}
ERROR_HEADERS = {'Content-Type': mimetypes.types_map['.json']}
- def api_error_response(cls, code, *errors):
- return (fake_httplib2_response(code, **cls.ERROR_HEADERS),
+ def api_error_response(self, code, *errors):
+ return (fake_httplib2_response(code, **self.ERROR_HEADERS),
json.dumps({'errors': errors,
'error_token': '1234567890+12345678'}))
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list