mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-18 11:22:22 -06:00
Added filterClause in Update and Delete Request
PiperOrigin-RevId: 757013222
This commit is contained in:
committed by
Copybara-Service
parent
4c191ba6b9
commit
9a8c77e04a
@@ -463,6 +463,7 @@ class TestConnectionsClient:
|
||||
assert schema["type"] == "object"
|
||||
assert "properties" in schema
|
||||
assert "entityId" in schema["properties"]
|
||||
assert "filterClause" in schema["properties"]
|
||||
|
||||
def test_get_operation_request_static(self):
|
||||
schema = ConnectionsClient.get_operation_request()
|
||||
@@ -477,6 +478,7 @@ class TestConnectionsClient:
|
||||
assert schema["type"] == "object"
|
||||
assert "properties" in schema
|
||||
assert "entityId" in schema["properties"]
|
||||
assert "filterClause" in schema["properties"]
|
||||
|
||||
def test_list_operation_request(self):
|
||||
schema = ConnectionsClient.list_operation_request()
|
||||
|
||||
Reference in New Issue
Block a user