@@ -63,6 +63,11 @@ def test_method_create_with_all_params(self, client: Gitpod) -> None:
6363 "desired_phase" : "ENVIRONMENT_PHASE_UNSPECIFIED" ,
6464 "devcontainer" : {
6565 "devcontainer_file_path" : "devcontainerFilePath" ,
66+ "dotfiles" : {
67+ "repository" : "https://example.com" ,
68+ "install_command" : "installCommand" ,
69+ "target_path" : "targetPath" ,
70+ },
6671 "session" : "session" ,
6772 },
6873 "machine" : {
@@ -360,6 +365,11 @@ def test_method_create_from_project_with_all_params(self, client: Gitpod) -> Non
360365 "desired_phase" : "ENVIRONMENT_PHASE_UNSPECIFIED" ,
361366 "devcontainer" : {
362367 "devcontainer_file_path" : "devcontainerFilePath" ,
368+ "dotfiles" : {
369+ "repository" : "https://example.com" ,
370+ "install_command" : "installCommand" ,
371+ "target_path" : "targetPath" ,
372+ },
363373 "session" : "session" ,
364374 },
365375 "machine" : {
@@ -609,6 +619,11 @@ async def test_method_create_with_all_params(self, async_client: AsyncGitpod) ->
609619 "desired_phase" : "ENVIRONMENT_PHASE_UNSPECIFIED" ,
610620 "devcontainer" : {
611621 "devcontainer_file_path" : "devcontainerFilePath" ,
622+ "dotfiles" : {
623+ "repository" : "https://example.com" ,
624+ "install_command" : "installCommand" ,
625+ "target_path" : "targetPath" ,
626+ },
612627 "session" : "session" ,
613628 },
614629 "machine" : {
@@ -906,6 +921,11 @@ async def test_method_create_from_project_with_all_params(self, async_client: As
906921 "desired_phase" : "ENVIRONMENT_PHASE_UNSPECIFIED" ,
907922 "devcontainer" : {
908923 "devcontainer_file_path" : "devcontainerFilePath" ,
924+ "dotfiles" : {
925+ "repository" : "https://example.com" ,
926+ "install_command" : "installCommand" ,
927+ "target_path" : "targetPath" ,
928+ },
909929 "session" : "session" ,
910930 },
911931 "machine" : {
0 commit comments