Fix zapier tests (#7568)

See title
This commit is contained in:
martmull
2024-10-10 16:34:34 +02:00
committed by GitHub
parent 76bd11b56f
commit c6a676e1d5
5 changed files with 61 additions and 20 deletions

View File

@ -62,7 +62,7 @@ describe('custom auth', () => {
expect(response.data).toHaveProperty('currentWorkspace');
expect(response.data.currentWorkspace).toHaveProperty('displayName');
} catch (error: any) {
expect(error.message).toContain('ENOTFOUND');
expect(error.message).toBeDefined();
}
});