Skip to content

Commit

Permalink
Clean up some tests #342
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvdavies committed Aug 7, 2024
1 parent c07cb6b commit d17e167
Show file tree
Hide file tree
Showing 4 changed files with 215 additions and 249 deletions.
3 changes: 2 additions & 1 deletion test/e2e/test_catalogue_category.py
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,8 @@ def post_child_catalogue_category(self) -> None:
# pylint:disable=fixme
# TODO: Could change post_catalogue_category logic and use post_catalogue_category - right now a test like
# test_partial_update_non_leaf_all_valid_values_when_has_child_catalogue_category wont work with that as it
# will assert the created times based on the last _post_response_catalogue_category which will be the child so have to bypass here
# will assert the created times based on the last _post_response_catalogue_category which will be the child so
# have to bypass here
# currently - may not be necessary if have custom test client instead & should be clearer after items
self.test_client.post(
"/v1/catalogue-categories",
Expand Down
Loading

0 comments on commit d17e167

Please sign in to comment.