Fix last test.

This commit is contained in:
Sam Rose 2024-06-07 16:40:25 +01:00
parent c07d73beaf
commit d682320371
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -367,6 +367,7 @@ describe("/datasources", () => {
),
_rev: expect.any(String),
updatedAt: expect.any(String),
}
expect(updated).toEqual(expected)
})