Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadkitenge committed Aug 22, 2023
1 parent fb47985 commit 642bbe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/test_catalogue_category.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ def test_delete_catalogue_with_children_elements(test_client):

parent_id = catalogue_category.id
catalogue_category_post = CatalogueCategoryPostRequestSchema(name="Category A", is_leaf=True, parent_id=parent_id)
test_client.post("/v1/catalogue-categories", json=catalogue_category_post.dict())

response = test_client.delete(f"/v1/catalogue-categories/{parent_response.json()['id']}")

Expand Down

0 comments on commit 642bbe6

Please sign in to comment.