Skip to content

Commit 4772330

Browse files
fixes
1 parent 70c1768 commit 4772330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_github_event_path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,11 +504,11 @@
504504

505505
@pytest.fixture
506506
def set_event_file(tmp_path):
507+
env_utils.get_cached_gh_event_data.cache_clear()
507508
path = tmp_path / "event.json"
508509
existing_or_new_path = Path(os.getenv("GITHUB_EVENT_PATH", str(path)))
509510
existing_or_new_path.write_text(pr_event_file, encoding="utf-8")
510511
os.environ["GITHUB_EVENT_PATH"] = str(existing_or_new_path)
511-
print(existing_or_new_path)
512512
return existing_or_new_path
513513

514514

0 commit comments

Comments
 (0)