Skip to content

Commit

Permalink
test: fix unit test for data source
Browse files Browse the repository at this point in the history
  • Loading branch information
EspenAlbert committed Apr 10, 2024
1 parent a54adce commit 586346d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/service/project/model_project_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ func TestProjectDataSourceSDKToDataSourceTFModel(t *testing.T) {
Limits: limitsTF,
IPAddresses: ipAddressesTF,
Created: types.StringValue("0001-01-01T00:00:00Z"),
Tags: types.MapNull(types.StringType),
},
},
{
Expand Down Expand Up @@ -267,6 +268,7 @@ func TestProjectDataSourceSDKToDataSourceTFModel(t *testing.T) {
Limits: limitsTF,
IPAddresses: ipAddressesTF,
Created: types.StringValue("0001-01-01T00:00:00Z"),
Tags: types.MapNull(types.StringType),
},
},
}
Expand Down

0 comments on commit 586346d

Please sign in to comment.