fix: fix mapper test - mapping does not touch id field
This commit is contained in:
parent
4c5f392e40
commit
8420ef52e4
2 changed files with 5 additions and 5 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue