Skip to content

Commit

Permalink
Fix class name for pipeline locks delete and post
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed May 15, 2024
1 parent 781fe64 commit 15c0255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/src/backend/views/PipelineLocksPostDelete.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from backend.models import Pipeline, PipelineLock, PipelineRun


class PipelineLocks(RestrictedAPIView):
class PipelineLocksPostDelete(RestrictedAPIView):
def post(self, request, group_id, pipeline_id, pipeline_run_uuid):
"""Create a lock if not created and attempt to acquire it"""
try:
Expand Down

0 comments on commit 15c0255

Please sign in to comment.