Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Dec 8, 2023
1 parent 823c005 commit e7b274e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/cli/cluster/update_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ func (suite *DescribeClusterSuite) TestUpdateClusterArgs() {
cluster := &serverlessApi.ServerlessServicePartialUpdateClusterParamsBodyCluster{
DisplayName: displayName,
}
mask := "displayName"
body := serverlessApi.ServerlessServicePartialUpdateClusterBody{
Cluster: cluster,
UpdateMask: "displayName",
UpdateMask: &mask,
}

clusterID := "12345"
Expand Down

0 comments on commit e7b274e

Please sign in to comment.