We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6efbb6 commit cf04223Copy full SHA for cf04223
src/LiveComponent/assets/test/tools.ts
@@ -218,7 +218,7 @@ class MockedAjaxCall {
218
requestInfo.push(` DATA: ${JSON.stringify(this.getRequestBody())}`);
219
}
220
if (this.expectedActions.length === 1) {
221
- requestInfo.push(` Expected URL to contain action /${this.expectedActions[0]}`)
+ requestInfo.push(` Expected URL to contain action /${this.expectedActions[0].name}`)
222
223
224
return requestInfo.join("\n");
0 commit comments