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 3382ff7
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 pulumiLabels, we need to expect the default provisioning label.
r["goog-pulumi-provisioned"] = "true"

return r
}

Expand Down

0 comments on commit 3382ff7

Please sign in to comment.