You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that monkeypatch.setenv doesn't work when os.getenv is the default value for a function parameter. I would expect stdout to say "garbage" both times.