-
Notifications
You must be signed in to change notification settings - Fork 26
Milestone
Description
Problem Statement
Currently, there are no integration tests for KIC in Konnect. Adding such a test would help ensure that the integration between KIC and Konnect works as expected and prevent regressions in future changes.
Proposed Solution
The integration test should be similar to the existing tests in konnect_extension_test.go. It should validate the behavior of KIC when interacting with Konnect extensions.
Additional Information
...
Acceptance Criteria
- A new integration test is added for KIC in Konnect.
- The test validates the expected behavior of KIC when interacting with Konnect extensions.