@@ -47,6 +47,7 @@ def test_method_create_with_all_params(self, client: Runloop) -> None:
4747 "repo_name" : "repo_name" ,
4848 "repo_owner" : "repo_owner" ,
4949 "token" : "token" ,
50+ "git_ref" : "git_ref" ,
5051 "install_command" : "install_command" ,
5152 }
5253 ],
@@ -434,6 +435,7 @@ def test_method_preview_with_all_params(self, client: Runloop) -> None:
434435 "repo_name" : "repo_name" ,
435436 "repo_owner" : "repo_owner" ,
436437 "token" : "token" ,
438+ "git_ref" : "git_ref" ,
437439 "install_command" : "install_command" ,
438440 }
439441 ],
@@ -542,6 +544,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncRunloop) -
542544 "repo_name" : "repo_name" ,
543545 "repo_owner" : "repo_owner" ,
544546 "token" : "token" ,
547+ "git_ref" : "git_ref" ,
545548 "install_command" : "install_command" ,
546549 }
547550 ],
@@ -929,6 +932,7 @@ async def test_method_preview_with_all_params(self, async_client: AsyncRunloop)
929932 "repo_name" : "repo_name" ,
930933 "repo_owner" : "repo_owner" ,
931934 "token" : "token" ,
935+ "git_ref" : "git_ref" ,
932936 "install_command" : "install_command" ,
933937 }
934938 ],
0 commit comments