Skip to content

Commit

Permalink
Update test to set null value more explicitly using types.StringNull()
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench committed Apr 4, 2023
1 parent b27886c commit e165f14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func TestGetProjectFramework(t *testing.T) {
ExpectedProject: types.StringValue("foo"),
},
"project is pulled from the provider config value when unset on the resource": {
// Note - ResourceProject is not set to non-zero value here
ResourceProject: types.StringNull(),
ProviderProject: types.StringValue("bar"),
ExpectedProject: types.StringValue("bar"),
},
Expand Down

0 comments on commit e165f14

Please sign in to comment.