Skip to content

Commit 1490f1e

Browse files
Add partitionConfig to fixtures (#726)
1 parent f26d165 commit 1490f1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/route-handlers/describe-task-list/__fixtures__/mock-task-list-response.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const mockDecisionTaskListResponse: DescribeTaskListResponse = {
2020
},
2121
],
2222
taskListStatus: null,
23+
partitionConfig: null,
2324
};
2425

2526
export const mockActivityTaskListResponse: DescribeTaskListResponse = {
@@ -42,4 +43,5 @@ export const mockActivityTaskListResponse: DescribeTaskListResponse = {
4243
},
4344
],
4445
taskListStatus: null,
46+
partitionConfig: null,
4547
};

0 commit comments

Comments
 (0)