Skip to content

Commit

Permalink
Labels tests compare pulumiLabels, which include the new default labe…
Browse files Browse the repository at this point in the history
…l. Add this to expectedLabels.
  • Loading branch information
guineveresaenger committed Sep 10, 2024
1 parent e19dbc1 commit c6939a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/examples_go_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,9 @@ func (st labelsState) expectedLabels(prev labelsState) map[string]string {
}
}

// Because we're reading pulumiValues, we need to read in the stupid default label? This test setup is so unclear!
r["goog-pulumi-provisioned"] = "true"

return r
}

Expand Down

0 comments on commit c6939a2

Please sign in to comment.