Skip to content

Commit

Permalink
fix(test): wrong config name
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcarver committed Mar 13, 2024
1 parent 723d348 commit e8858ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/provider/acc/resource_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ resource "risingwavecloud_cluster" "test" {
}
}
}
`, version, name)
`, name, version)
}

// update: compactor replica 1 -> 2, etcd_config, risingwave_config
Expand Down Expand Up @@ -160,5 +160,5 @@ resource "risingwavecloud_cluster" "test" {
EOT
}
}
`, version, name)
`, name, version)
}

0 comments on commit e8858ac

Please sign in to comment.