Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Aug 18, 2024
1 parent 131230b commit 230f75d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions env0/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ func TestWriteCustomResourceData(t *testing.T) {
Name: "name0",
Description: "desc0",
ScopeId: "scope0",
Value: "value0",
OrganizationId: "organization0",
UserId: "user0",
IsSensitive: boolPtr(true),
Expand All @@ -196,7 +195,6 @@ func TestWriteCustomResourceData(t *testing.T) {
assert.Equal(t, configurationVariable.Name, d.Get("name"))
assert.Equal(t, configurationVariable.Description, d.Get("description"))
assert.Equal(t, "terraform", d.Get("type"))
assert.Equal(t, configurationVariable.Value, d.Get("value"))
assert.Equal(t, string(configurationVariable.Scope), d.Get("scope"))
assert.Equal(t, *configurationVariable.IsReadOnly, d.Get("is_read_only"))
assert.Equal(t, *configurationVariable.IsRequired, d.Get("is_required"))
Expand Down

0 comments on commit 230f75d

Please sign in to comment.