Skip to content

Commit 11f78c3

Browse files
committed
chore: fix tests
1 parent b62ecf2 commit 11f78c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/admin/tests/client.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ describe("Configs API", () => {
794794
await admin.configs.create(createData);
795795

796796
// The body should not include projectId
797-
const { ...bodyWithoutProjectId } = createData;
797+
const { projectId: _projectId, ...bodyWithoutProjectId } = createData;
798798

799799
expect(mockFetch).toHaveBeenCalledWith(
800800
expect.stringContaining("/projects/proj-1/configs"),

0 commit comments

Comments
 (0)