fix(test_recorder): explicitly stop recorder before calling post process by akhilnarang [frappe] PR#24143
From: https://github.com/frappe/frappe/pull/24143
Date: 2024-01-06 09:42:53+05:30
- fix(test_recorder): get the correct request (#24143)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-24143
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease