_________________________________ test_upload __________________________________
dandi/tests/test_dandiapi.py:11: in test_upload
r = client.create_dandiset(name="Upload Test", metadata={})
dandi/dandiapi.py:389: in create_dandiset
return self.post("/dandisets/", json={"name": name, "metadata": metadata})
dandi/dandiapi.py:183: in post
return self.send_request(
dandi/dandiapi.py:144: in send_request
raise requests.HTTPError(
E requests.exceptions.HTTPError: Error 401 while sending POST request to http://localhost:8000/api/dandisets/
not sure if that is something to fix within client or -api.
not sure if that is something to fix within client or -api.