Skip to content

Commit e51a09b

Browse files
author
Jonas Gottlieb
committed
fix: add add-test update case
1 parent d3e7fb9 commit e51a09b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stackit/internal/services/iaasalpha/iaasalpha_acc_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ var testConfigRoutingTableMaxUpdated = func() config.Variables {
7474
updatedConfig["name"] = config.StringVariable(fmt.Sprintf("acc-test-%s", acctest.RandStringFromCharSet(5, acctest.CharSetAlphaNum)))
7575
updatedConfig["description"] = config.StringVariable("This is the updated description of the routing table.")
7676
updatedConfig["label"] = config.StringVariable("routing-table-updated-label-01")
77+
updatedConfig["dynamic_routes"] = config.BoolVariable(true)
7778
return updatedConfig
7879
}()
7980

0 commit comments

Comments
 (0)