Skip to content

fix: update app on client creation (EN-339)

Elias Hawa requested to merge fix/update-app-on-client-creation into dev

Summary

In this PR, when a client is created, the client's associated application's status is updated to "Active Client"

Changes

  • Client's application's status is changed to "Active Client" when created
  • Updated seedDatabase to use service functions so that status would update accordingly
  • Update client POST test to check for status change

Merge request reports