Commit 30d934b
* test(agentic-ai): make e2e incident error assertions more resilient
Incident error messages may contain additional info, such as error variables. Instead of matching equality, we only match parts of the message.
* test(agentic-ai): fix incident assertion on MCP auth tests not actually asserting the string
(cherry picked from commit 0e43f74)
(cherry picked from commit 8321692)
1 parent 198bd1c commit 30d934b
File tree
2 files changed
+2
-2
lines changed- connectors-e2e-test/connectors-e2e-test-agentic-ai/src/test/java/io/camunda/connector/e2e/agenticai/aiagent/langchain4j
- jobworker
- outboundconnector
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments