diff --git a/src/TestPlan/TestPlanClient.ts b/src/TestPlan/TestPlanClient.ts index c86c0ac3..bd7cddf5 100644 --- a/src/TestPlan/TestPlanClient.ts +++ b/src/TestPlan/TestPlanClient.ts @@ -42,7 +42,7 @@ export class TestPlanRestClient extends RestClientBase { * @param project - Project ID or project name * @param testConfiguartionId - ID of the test configuration to delete. */ - public async deleteTestConfguration( + public async deleteTestConfiguration( project: string, testConfiguartionId: number ): Promise {