We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7078950 commit 7c2030fCopy full SHA for 7c2030f
stackit/internal/services/iaasalpha/routingtable/table/resource_test.go
@@ -182,6 +182,7 @@ func TestToUpdatePayload(t *testing.T) {
182
"key1": types.StringValue("value1"),
183
"key2": types.StringValue("value2"),
184
}),
185
+ DynamicRoutes: types.BoolValue(false),
186
},
187
&iaasalpha.UpdateRoutingTableOfAreaPayload{
188
Description: utils.Ptr("Description"),
@@ -190,6 +191,7 @@ func TestToUpdatePayload(t *testing.T) {
190
191
"key1": "value1",
192
"key2": "value2",
193
194
+ DynamicRoutes: utils.Ptr(false),
195
196
true,
197
0 commit comments