Skip to content

Commit 508f6e8

Browse files
feat: update test [AL-237]
1 parent 0327ea8 commit 508f6e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/hitl/test_action_trigger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async def test_agent_action_trigger(
6969
)
7070

7171
httpx_mock.add_response(
72-
url=f"{get_org_scoped_url(base_url)}/apps_/default/api/v1/default/deployed-action-apps-schemas?search=HITL APP",
72+
url=f"{get_org_scoped_url(base_url)}/apps_/default/api/v1/default/deployed-action-apps-schemas?search=HITL APP&filterByDeploymentTitle=true",
7373
text=json.dumps(
7474
{
7575
"deployed": [

0 commit comments

Comments
 (0)