Closed michplunkett closed 1 year ago
Would you mind adding a test for this? I definitely would have expected one of our tests to have picked this up
Which error specifically? I checked the behavior of the app manually and via tests, and couldn't find the bug. It ends up that's because it wasn't a bug in the current version, but one that was fixed in one of the last 5 PRs.
Can you recheck this PR when you get a chance, @sea-kelp?
Description of Changes
I removed the created_by field from the from on editing a
Department
.Tests and linting
develop
branch.pytest
passes on my local development environment.pre-commit
passes on my local development environment.