Skip to content

Commit

Permalink
remove params
Browse files Browse the repository at this point in the history
  • Loading branch information
ersin-erdal committed Dec 1, 2023
1 parent c4077df commit 08777fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,8 @@ export class SampleTaskManagerFixturePlugin
},
sampleTaskWithInvalidVersion: {
title: 'Sample Task That has invalid type version',
description: 'Sample Task That has invalid type version',
description: 'Task that has he latestTypeVersion',
maxAttempts: 1,
paramsSchema: schema.object({}),
indirectParamsSchema: schema.object({}),
latestTypeVersion: 1,
createTaskRunner: () => ({
async loadIndirectParams() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export default function ({ getService }: FtrProviderContext) {
.send({
task: {
taskType: 'sampleTaskWithInvalidVersion',
params: {},
},
})
.expect(200)
Expand Down

0 comments on commit 08777fd

Please sign in to comment.