fix: fix tests
This commit is contained in:
parent
b737875c68
commit
071f3b9249
8 changed files with 249 additions and 242 deletions
|
|
@ -34,7 +34,12 @@ func TestMapFields(t *testing.T) {
|
|||
Name: utils.Ptr("my-db"),
|
||||
Owner: utils.Ptr("\"my-owner\""),
|
||||
},
|
||||
model: &dataSourceModel{},
|
||||
model: &dataSourceModel{
|
||||
DatabaseModel: datasource.DatabaseModel{
|
||||
ProjectId: types.StringValue("my-project"),
|
||||
InstanceId: types.StringValue("my-instance"),
|
||||
},
|
||||
},
|
||||
region: "eu01",
|
||||
},
|
||||
expected: expected{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue