Skip to content

Commit 1b49c6d

Browse files
author
Yago Carlos Fernandez Gou
committed
Fix remaining test failing in resource_test.go
1 parent 619a685 commit 1b49c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackit/internal/services/intake/runner/resource_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func TestMapFields(t *testing.T) {
8282
Region: types.StringValue("eu01"),
8383
RunnerId: types.StringNull(),
8484
Name: types.StringNull(),
85-
Description: types.StringValue(""),
85+
Description: types.StringNull(),
8686
Labels: types.MapValueMust(types.StringType, map[string]attr.Value{}),
8787
MaxMessageSizeKiB: types.Int64Null(),
8888
MaxMessagesPerHour: types.Int64Null(),

0 commit comments

Comments
 (0)