test: Mock secret loading in test_push_changes to avoid failures
This commit is contained in:
parent
80921294da
commit
eea96f2c61
|
@ -4,6 +4,7 @@ def test_push_changes(monkeypatch):
|
|||
def fake_run_cmd(cmd, cwd=None):
|
||||
captured["cmd"] = cmd
|
||||
|
||||
monkeypatch.setattr("aider_gitea.__main__.SECRETS.load_or_fail", lambda x: "mocked_secret")
|
||||
monkeypatch.setattr("aider_gitea.__main__.run_cmd", fake_run_cmd)
|
||||
|
||||
monkeypatch.setattr("aider_gitea.__main__.SECRETS.load_or_fail", lambda x: "mocked_secret")
|
||||
|
|
Loading…
Reference in New Issue
Block a user