From 3b1c47950e15f18b9b8b6036dbd6b4d7116dcb85 Mon Sep 17 00:00:00 2001 From: Chris Perkins Date: Mon, 3 Nov 2025 14:51:05 -0700 Subject: [PATCH] views don't have owners, they have projects --- integration/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: