@@ -63,6 +63,11 @@ def test_method_create_with_all_params(self, client: Gitpod) -> None:
63
63
"desired_phase" : "ENVIRONMENT_PHASE_UNSPECIFIED" ,
64
64
"devcontainer" : {
65
65
"devcontainer_file_path" : "devcontainerFilePath" ,
66
+ "dotfiles" : {
67
+ "repository" : "https://example.com" ,
68
+ "install_command" : "installCommand" ,
69
+ "target_path" : "targetPath" ,
70
+ },
66
71
"session" : "session" ,
67
72
},
68
73
"machine" : {
@@ -360,6 +365,11 @@ def test_method_create_from_project_with_all_params(self, client: Gitpod) -> Non
360
365
"desired_phase" : "ENVIRONMENT_PHASE_UNSPECIFIED" ,
361
366
"devcontainer" : {
362
367
"devcontainer_file_path" : "devcontainerFilePath" ,
368
+ "dotfiles" : {
369
+ "repository" : "https://example.com" ,
370
+ "install_command" : "installCommand" ,
371
+ "target_path" : "targetPath" ,
372
+ },
363
373
"session" : "session" ,
364
374
},
365
375
"machine" : {
@@ -609,6 +619,11 @@ async def test_method_create_with_all_params(self, async_client: AsyncGitpod) ->
609
619
"desired_phase" : "ENVIRONMENT_PHASE_UNSPECIFIED" ,
610
620
"devcontainer" : {
611
621
"devcontainer_file_path" : "devcontainerFilePath" ,
622
+ "dotfiles" : {
623
+ "repository" : "https://example.com" ,
624
+ "install_command" : "installCommand" ,
625
+ "target_path" : "targetPath" ,
626
+ },
612
627
"session" : "session" ,
613
628
},
614
629
"machine" : {
@@ -906,6 +921,11 @@ async def test_method_create_from_project_with_all_params(self, async_client: As
906
921
"desired_phase" : "ENVIRONMENT_PHASE_UNSPECIFIED" ,
907
922
"devcontainer" : {
908
923
"devcontainer_file_path" : "devcontainerFilePath" ,
924
+ "dotfiles" : {
925
+ "repository" : "https://example.com" ,
926
+ "install_command" : "installCommand" ,
927
+ "target_path" : "targetPath" ,
928
+ },
909
929
"session" : "session" ,
910
930
},
911
931
"machine" : {
0 commit comments