hngprojects / hng_boilerplate_golang_web

Apache License 2.0
77 stars 49 forks source link

Chore: Update Route Naming and Fix Non-Null Constraint Test Cases #337

Closed Micah-Shallom closed 1 month ago

Micah-Shallom commented 1 month ago

Description

This PR includes the following updates:

  1. Route Naming Update: Changed the spelling of "organisations" in all route names from the American spelling "organizations" (with a 'z') to the British spelling "organisations" (with an 's').
  2. Test Case Fixes: Corrected test cases related to non-null constraints specified in the job_post and timezone models to ensure that they pass successfully.

Related Issue (Link to Github issue)

There is no linked GitHub issue for these changes as they were identified during code review and testing.

How Has This Been Tested?

Screenshots (if appropriate - Postman, etc):

N/A

Types of changes

Checklist: