test: mock secret loading in test_push_changes to avoid failures

This commit is contained in:
Jon Michael Aanes (aider) 2025-04-13 16:10:09 +02:00 committed by Jmaa
parent 4246a9a046
commit 4896c6b6d3

View File

@ -6,7 +6,7 @@ def test_push_changes(monkeypatch):
monkeypatch.setattr("aider_gitea.__main__.run_cmd", fake_run_cmd)
# Test parameters
monkeypatch.setattr("aider_gitea.__main__.SECRETS.load_or_fail", lambda x: "mocked_secret")
branch = "feature/test-issue"
title = "Test Issue Title"
description = "Test Issue Description"