This message was deleted.
# general
s
This message was deleted.
l
I recommend updating your Pulumi program to get the secret outside your unit-tested class, then pass it in. Your unit test can do the same thing, except pass in a constant or whatever.
Since you don't (shouldn't) unit test your Pulumi program (just the code / classes it uses), you completely side-step the problem.