@@ -41,6 +41,7 @@ def test_method_create_with_all_params(self, client: Gitpod) -> None:
4141 scope = {
4242 "organization_id" : "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ,
4343 "project_id" : "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ,
44+ "service_account_id" : "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ,
4445 "user_id" : "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ,
4546 },
4647 value = "postgresql://user:pass@localhost:5432/db" ,
@@ -86,6 +87,7 @@ def test_method_list_with_all_params(self, client: Gitpod) -> None:
8687 "scope" : {
8788 "organization_id" : "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ,
8889 "project_id" : "b0e12f6c-4c67-429d-a4a6-d9838b5da047" ,
90+ "service_account_id" : "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ,
8991 "user_id" : "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ,
9092 },
9193 },
@@ -252,6 +254,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncGitpod) ->
252254 scope = {
253255 "organization_id" : "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ,
254256 "project_id" : "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ,
257+ "service_account_id" : "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ,
255258 "user_id" : "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ,
256259 },
257260 value = "postgresql://user:pass@localhost:5432/db" ,
@@ -297,6 +300,7 @@ async def test_method_list_with_all_params(self, async_client: AsyncGitpod) -> N
297300 "scope" : {
298301 "organization_id" : "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ,
299302 "project_id" : "b0e12f6c-4c67-429d-a4a6-d9838b5da047" ,
303+ "service_account_id" : "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ,
300304 "user_id" : "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ,
301305 },
302306 },
0 commit comments