Skip to content

Instantly share code, notes, and snippets.

@mattias-lidman
Created December 3, 2014 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattias-lidman/86538c5310b5a6d67155 to your computer and use it in GitHub Desktop.
Save mattias-lidman/86538c5310b5a6d67155 to your computer and use it in GitHub Desktop.
======================================================================
ERROR: test_create_user_json_birn (globusonline.graph.tests.user_rest_test.TestUserGroup)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/mattias/globus_repos3/globusonline-graph/globusonline/graph/tests/user_rest_test.py", line 236, in test_create_user_json_birn
result2 = json.loads(self.test_app.get('/users/'+self.new_user['username']))
File "/usr/lib/python2.7/json/__init__.py", line 338, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
TypeError: expected string or buffer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment