tutorcruncher / hermes

1 stars 0 forks source link

Fix `termination_category` error #230

Closed PrenSJ2 closed 5 months ago

PrenSJ2 commented 5 months ago

Fix https://github.com/tutorcruncher/TutorCruncher2/issues/13663

Problem

So a agency is being terminated on TC2: which then sends a webhook to hermes then updates hermes hermes sends request to PD to update Org PD sends webhook to hermes with to update Company hermes update client from company to update Cliegency in TC2 this is wher ethe error is as the extra_attrs, termination category is set to.lower()

Recreate

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.78%. Comparing base (ed2cefa) to head (11bfa7f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #230 +/- ## ========================================== + Coverage 93.76% 93.78% +0.01% ========================================== Files 29 29 Lines 1652 1656 +4 Branches 211 213 +2 ========================================== + Hits 1549 1553 +4 Misses 66 66 Partials 37 37 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.