diff --git a/test/helpers/adminUrlUtil.ts b/test/helpers/adminUrlUtil.ts index 2254d5ce4a..09e5239d5d 100644 --- a/test/helpers/adminUrlUtil.ts +++ b/test/helpers/adminUrlUtil.ts @@ -18,7 +18,7 @@ export class AdminUrlUtil { return `${this.admin}/collections/${slug}` } - edit(id: string): string { + edit(id: number | string): string { return `${this.list}/${id}` }