Skip to content

Commit

Permalink
we moved identifiers for project out of the project activity so modif…
Browse files Browse the repository at this point in the history
…ied test appropriately
  • Loading branch information
dbkeator committed Mar 4, 2025
1 parent d2702e6 commit b9e37cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/experiment/tools/test_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ def test_uri_project_id(openneuro: OpenNeuro) -> None:
result = restParser.run(openneuro.files, f"/projects/{project}")

assert "dctypes:title" in result
assert "sio:Identifier" in result
assert "subjects" in result
assert len(result["subjects"]["uuid"]) > 2
assert "data_elements" in result
Expand Down

0 comments on commit b9e37cb

Please sign in to comment.