Skip to content

Commit 7294825

Browse files
STRATCONN-6907 removed the async from the testcases
1 parent 3b059f3 commit 7294825

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/destination-actions/src/destinations/algolia-insights/__tests__

packages/destination-actions/src/destinations/algolia-insights/__tests__/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('Algolia Insights', () => {
4040
await expect(testDestination.testAuthentication(settings)).rejects.toThrow()
4141
})
4242

43-
it('should reject a malicious appId containing path injection characters', async () => {
43+
it('should reject a malicious appId containing path injection characters', () => {
4444
const settings = {
4545
appId: 'evil.attacker.com/path?x=',
4646
apiKey: 'algolia-api-key'

0 commit comments

Comments
 (0)