@@ -46,6 +46,7 @@ def test_method_create_with_all_params(self, client: Gitpod) -> None:
4646 "role" : "SERVICE_ROLE_UNSPECIFIED" ,
4747 "triggered_by" : [
4848 {
49+ "before_snapshot" : True ,
4950 "manual" : True ,
5051 "post_devcontainer_start" : True ,
5152 "post_environment_start" : True ,
@@ -157,6 +158,7 @@ def test_method_update_with_all_params(self, client: Gitpod) -> None:
157158 "triggered_by" : {
158159 "trigger" : [
159160 {
161+ "before_snapshot" : True ,
160162 "manual" : True ,
161163 "post_devcontainer_start" : True ,
162164 "post_environment_start" : True ,
@@ -404,6 +406,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncGitpod) ->
404406 "role" : "SERVICE_ROLE_UNSPECIFIED" ,
405407 "triggered_by" : [
406408 {
409+ "before_snapshot" : True ,
407410 "manual" : True ,
408411 "post_devcontainer_start" : True ,
409412 "post_environment_start" : True ,
@@ -515,6 +518,7 @@ async def test_method_update_with_all_params(self, async_client: AsyncGitpod) ->
515518 "triggered_by" : {
516519 "trigger" : [
517520 {
521+ "before_snapshot" : True ,
518522 "manual" : True ,
519523 "post_devcontainer_start" : True ,
520524 "post_environment_start" : True ,
0 commit comments