Skip to content

Commit

Permalink
fix: change patch to delete
Browse files Browse the repository at this point in the history
  • Loading branch information
Dee committed May 27, 2024
1 parent 3171957 commit c5afa0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalyst-gateway/tests/api_tests/api_tests/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def before_load_schema(
if "patch" not in endpoint_data:
endpoint_data.update([("patch", new_info),])
if "delete" not in endpoint_data:
endpoint_data.update([("patch", new_info),])
endpoint_data.update([("delete", new_info),])

# Update endpoint
raw_schema["paths"][endpoint] = endpoint_data
Expand Down

0 comments on commit c5afa0f

Please sign in to comment.