Skip to content

test against API server started to fail on master (ubuntu): Error 401  #322

@yarikoptic

Description

@yarikoptic
_________________________________ 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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions