@@ -83,6 +83,7 @@ def test_method_create_with_all_params(self, client: Gitpod) -> None:
8383 "kernel_controls_config" : {
8484 "veto" : {
8585 "exec" : {
86+ "action" : "KERNEL_CONTROLS_ACTION_UNSPECIFIED" ,
8687 "denylist" : ["string" ],
8788 "enabled" : True ,
8889 }
@@ -227,6 +228,7 @@ def test_method_update_with_all_params(self, client: Gitpod) -> None:
227228 "kernel_controls_config" : {
228229 "veto" : {
229230 "exec" : {
231+ "action" : "KERNEL_CONTROLS_ACTION_UNSPECIFIED" ,
230232 "denylist" : ["string" ],
231233 "enabled" : True ,
232234 }
@@ -453,6 +455,7 @@ def test_method_create_from_project_with_all_params(self, client: Gitpod) -> Non
453455 "kernel_controls_config" : {
454456 "veto" : {
455457 "exec" : {
458+ "action" : "KERNEL_CONTROLS_ACTION_UNSPECIFIED" ,
456459 "denylist" : ["string" ],
457460 "enabled" : True ,
458461 }
@@ -767,6 +770,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncGitpod) ->
767770 "kernel_controls_config" : {
768771 "veto" : {
769772 "exec" : {
773+ "action" : "KERNEL_CONTROLS_ACTION_UNSPECIFIED" ,
770774 "denylist" : ["string" ],
771775 "enabled" : True ,
772776 }
@@ -911,6 +915,7 @@ async def test_method_update_with_all_params(self, async_client: AsyncGitpod) ->
911915 "kernel_controls_config" : {
912916 "veto" : {
913917 "exec" : {
918+ "action" : "KERNEL_CONTROLS_ACTION_UNSPECIFIED" ,
914919 "denylist" : ["string" ],
915920 "enabled" : True ,
916921 }
@@ -1137,6 +1142,7 @@ async def test_method_create_from_project_with_all_params(self, async_client: As
11371142 "kernel_controls_config" : {
11381143 "veto" : {
11391144 "exec" : {
1145+ "action" : "KERNEL_CONTROLS_ACTION_UNSPECIFIED" ,
11401146 "denylist" : ["string" ],
11411147 "enabled" : True ,
11421148 }
0 commit comments