# Red fixture for R1 (#49): a test that takes pytest's `monkeypatch` fixture.
# The mocking checker must flag the `monkeypatch` parameter.
importosdefdescribe_widget():defit_reads_the_token(monkeypatch):monkeypatch.setenv("MYPROJECT_TOKEN","test-token")assertos.environ["MYPROJECT_TOKEN"]=="test-token"