Skip to content

Commit

Permalink
Don't dismiss empty values
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe committed Sep 17, 2024
1 parent e9286c9 commit 761b856
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/examples_go_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -503,10 +503,6 @@ func (st labelsState) expectedLabels(prev labelsState) map[string]string {
prevDefaults: valuePresentTuple{value: prevDefaultsVal, present: inPrevDefaults},
},
)

if expectedVal != "" {
r[k] = expectedVal
}
}

// Because we're reading pulumiLabels, we need to expect the default provisioning label.
Expand Down

0 comments on commit 761b856

Please sign in to comment.