Skip to content

Commit

Permalink
Add new maintenance routes to test_get_users_success
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-austin committed Feb 10, 2025
1 parent 8a5999e commit ecbf325
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/endpoints/test_get_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ async def test_get_users_success(
"/users PATCH",
"/users/{id_} DELETE",
"/users GET",
"/maintenance GET",
"/maintenance POST",
"/maintenance/scheduled GET",
"/maintenance/scheduled POST",
],
},
]
Expand Down

0 comments on commit ecbf325

Please sign in to comment.