pulumi / upgrade-provider

A tool to automate provider upgrades on your local machine
6 stars 1 forks source link

Fix time based test to get a consistent result #256

Closed iwahbe closed 6 months ago

iwahbe commented 6 months ago

We had a test that compared time.Now() to a static date. Recently, the result changed. This changes the test so it compares time.Now() to 4 weeks ago (based on time.Now()).