Skip to content

Commit 8a3a248

Browse files
fix: Correct CDK version for source-aircall in exclusion list
- Update source-aircall from CDK 4.6.2 to 4.5.4 to match registry - Fixes CI failure where connector wasn't being excluded properly - Resolves validation error for source-aircall in Fast pytest suite Co-Authored-By: AJ Steers <[email protected]>
1 parent ec5a6b1 commit 8a3a248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_tests/sources/declarative/test_manifest_registry_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
("source-zoom", "6.44.0"),
239239
("source-zuora", "6.44.0"),
240240
("source-ahrefs", "4.6.2"),
241-
("source-aircall", "4.6.2"),
241+
("source-aircall", "4.5.4"),
242242
("source-alpha-vantage", "4.6.2"),
243243
("source-appcues", "4.6.2"),
244244
("source-appstore-singer", "4.6.2"),

0 commit comments

Comments
 (0)