chore: fix flaky test in Tax Withholding Details by ljain112 [frappe] PR#48375
From: https://github.com/frappe/erpnext/pull/48375
Date: 2025-07-03 11:57:08+05:30
- fix(test): flaky budget test case
- fix: sort tax withhodling details report by section code and transaction date
- chore: fix flaky test in Tax Withholding Details
Diagnostics
Suspicious changes found (Dokos Only / dokos):
* 1e320afa635e839760f76720f99082302aca014f fix(test): flaky budget test case
```diff
```
* 06d18ca03c318a1f852b1277ce9c0d5f7372c5da chore: fix flaky test in Tax Withholding Details
```diff
a/erpnext/accounts/doctype/budget/test_budget.py
@@ -129 +133 @@ class TestBudget(ERPNextTestSuite):
- "rate": 20000 * getdate().month, # type: ignore @dokos
```
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-48375
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-48375
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease