Skip to content

Commit b9e37cb

Browse files
committed
we moved identifiers for project out of the project activity so modified test appropriately
1 parent d2702e6 commit b9e37cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/experiment/tools/test_rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ def test_uri_project_id(openneuro: OpenNeuro) -> None:
264264
result = restParser.run(openneuro.files, f"/projects/{project}")
265265

266266
assert "dctypes:title" in result
267-
assert "sio:Identifier" in result
268267
assert "subjects" in result
269268
assert len(result["subjects"]["uuid"]) > 2
270269
assert "data_elements" in result

0 commit comments

Comments
 (0)