Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
EronWright committed Dec 16, 2023
1 parent db3cd71 commit 931a8d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/sdk/dotnet/dotnet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,8 @@ func TestOptionPropagation(t *testing.T) {
g.Expect(invokes.ByProvider(providerUrn(providerA))).To(HaveEach(
MatchFields(IgnoreExtras, Fields{
"Request": MatchFields(IgnoreExtras, Fields{
"Version": Equal("1.2.3"),
// bug: https://github.com/pulumi/pulumi/issues/14839
// "PluginDownloadURL": Equal("https://a.pulumi.test"),
"Version": Equal("1.2.3"),
"PluginDownloadURL": Equal("https://a.pulumi.test"),
}),
}),
))
Expand Down

0 comments on commit 931a8d3

Please sign in to comment.