Skip to content

Commit

Permalink
Update test_datasets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shaikh-ma authored Dec 12, 2024
1 parent 4c66cea commit e2d0ef2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scrunch/tests/test_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ def _create(*args):
'name': 'FORK #1 of ds name',
'description': 'ds description',
'is_published': False,
'owner': 'http://test.crunch.io/api/users/123/',
'project': 'http://test.crunch.io/api/users/123/',

}))

Expand All @@ -1798,7 +1798,7 @@ def test_fork_project(self):
'body': {
'name': 'FORK #1 of ds name',
'description': 'ds description',
'owner': project, # Project added
'project': project, # Project added
'is_published': False,
}
}
Expand Down Expand Up @@ -1856,7 +1856,7 @@ def test_fork_preserve_owner(self):
"body": {
"name": "FORK #1 of ds name",
"description": "ds description",
"owner": project, # Project preserved
"project": project, # Project preserved
"is_published": False,
},
}
Expand Down

0 comments on commit e2d0ef2

Please sign in to comment.