Skip to content

Commit ac38e93

Browse files
committed
fix test
1 parent 25a3408 commit ac38e93

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/e2e/clustersiss/clusters_iss_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func TestIndependendShardScalingCluster(t *testing.T) {
122122
req.NoError(json.Unmarshal(resp, &cluster))
123123
})
124124

125-
g.Run("Check that the autoScalingMode is independentShardScaling", func(_ *testing.T) {
125+
g.Run("Check autoScalingMode is independentShardScaling", func(_ *testing.T) {
126126
cmd := exec.Command(cliPath,
127127
clustersEntity,
128128
"autoScalingConfig",

0 commit comments

Comments
 (0)