docs: docs review

This commit is contained in:
2023-12-19 16:07:04 +02:00
parent 28589cb122
commit 0e2ad3325c
21 changed files with 144 additions and 97 deletions

View File

@ -75,10 +75,9 @@ def test_update(remote_updater: RemoteUpdater, package_ahriman: Package, mocker:
request_mock.assert_called_once_with("POST", remote_updater._update_url(worker),
params=remote_updater.repository_id.query(),
json={
"increment": True,
"increment": False,
"packager": "username",
"packages": [package_ahriman.base],
"patches": [],
"refresh": True,
}
)
})