feat: fixed pipeline failing

This commit is contained in:
=
2025-09-15 12:47:21 +05:30
parent 626774a967
commit 8aea5f42f6
3 changed files with 5 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ const createServiceToken = async (
const deleteServiceToken = async () => {
const serviceTokenListRes = await testServer.inject({
method: "GET",
url: `/api/v1/workspace/${seedData1.project.id}/service-token-data`,
url: `/api/v1/projects/${seedData1.project.id}/service-token-data`,
headers: {
authorization: `Bearer ${jwtAuthToken}`
}