File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sqlmesh/integrations/github/cicd
tests/integrations/github/cicd Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class GithubCICDBotConfig(BaseConfig):
3434 pr_min_intervals : t .Optional [int ] = None
3535 prod_branch_names_ : t .Optional [str ] = Field (default = None , alias = "prod_branch_name" )
3636 forward_only_branch_suffix_ : t .Optional [str ] = Field (
37- default = None , alias = "foward_only_branch_suffix "
37+ default = None , alias = "forward_only_branch_suffix "
3838 )
3939
4040 @model_validator (mode = "before" )
Original file line number Diff line number Diff line change @@ -1417,7 +1417,7 @@ def test_deploy_prod_forward_only(
14171417 bot_config = GithubCICDBotConfig (
14181418 merge_method = MergeMethod .SQUASH ,
14191419 enable_deploy_command = True ,
1420- foward_only_branch_suffix = "-forward-only" ,
1420+ forward_only_branch_suffix = "-forward-only" ,
14211421 ),
14221422 mock_out_context = False ,
14231423 )
You can’t perform that action at this time.
0 commit comments