mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
chore: upgrade terraform-provider-coder
& preview
libs (#17738)
The changes in `coder/preview` necessitated the changes in `codersdk/richparameters.go` & `provisioner/terraform/resources.go`. --------- Signed-off-by: Danny Kopping <dannykopping@gmail.com> Co-authored-by: Steven Masley <stevenmasley@gmail.com>
This commit is contained in:
@ -757,7 +757,7 @@ func TestUpdateValidateRichParameters(t *testing.T) {
|
||||
err := inv.Run()
|
||||
// TODO: improve validation so we catch this problem before it reaches the server
|
||||
// but for now just validate that the server actually catches invalid monotonicity
|
||||
assert.ErrorContains(t, err, fmt.Sprintf("parameter value must be equal or greater than previous value: %s", tempVal))
|
||||
assert.ErrorContains(t, err, "parameter value '1' must be equal or greater than previous value: 2")
|
||||
}()
|
||||
|
||||
matches := []string{
|
||||
|
Reference in New Issue
Block a user