diff --git a/integration/test_views.py b/integration/test_views.py index ad1ae17..a4ab154 100644 --- a/integration/test_views.py +++ b/integration/test_views.py @@ -52,7 +52,7 @@ def test_create_view_non_personal_ds(self): # Assert it is a view assert new_view.resource.body["view_of"] == api_ds.self - assert new_view.resource.body["owner"] == project.self + assert new_view.resource.body["project"] == project.self # Assert the variables are here for alias, v_type in self.FIXTURE_VARIABLES: