Skip to content

Commit

Permalink
fix(tests): Fix path when deleting adapters (#2116)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer authored Nov 1, 2023
1 parent 79e7d18 commit 32b694d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export class AdapterService {
return this.deleteRequest(
adapter,
deleteAssociatedPipelines,
'/master/adapters/',
'master/adapters',
);
}

Expand Down

0 comments on commit 32b694d

Please sign in to comment.