fix: fix mapper test - mapping does not touch id field

This commit is contained in:
Marcel S. Henselin 2026-03-17 15:22:58 +01:00
parent 4c5f392e40
commit 8420ef52e4
2 changed files with 5 additions and 5 deletions

View file

@ -160,7 +160,7 @@ func TestMapResourceFields(t *testing.T) {
},
expected: expected{
model: &resourceModel{
Id: types.StringValue("1"),
Id: types.StringNull(),
Name: types.StringValue("my-db"),
Owner: types.StringValue("my-owner"),
DatabaseId: types.Int64Value(1),