fix: fix tests

This commit is contained in:
Marcel S. Henselin 2026-02-10 13:12:11 +01:00
parent b737875c68
commit 071f3b9249
8 changed files with 249 additions and 242 deletions

View file

@ -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{