Skip to content

Commit ed8e0ab

Browse files
committed
PNE-241: Working on project
1 parent ccac6f8 commit ed8e0ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/resources/test_team.py

+4
Original file line numberDiff line numberDiff line change
@@ -361,3 +361,7 @@ def test_list_resource_ids(team, session, resource_type, method):
361361
assert readable_ids == read_response['ids']
362362
assert writeable_ids == write_response['ids']
363363
assert shareable_ids == share_response['ids']
364+
365+
366+
def test_datasets_get_team_id(team):
367+
assert team.uid == team.datasets.project_or_team.right()

0 commit comments

Comments
 (0)