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 6d694ce commit e014251Copy full SHA for e014251
1 file changed
tests/resources/test_agents.py
@@ -3,9 +3,10 @@
3
from cuenca.http.client import Session
4
from cuenca.resources import Agent, AgentVerification
5
6
+
7
@pytest.mark.vcr
8
def test_agent_create():
- verification = AgentVerification.create() # Created by user in APP
9
+ verification = AgentVerification.create() # Created by user in APP
10
agent_session = Session()
11
agent_session.configure(sandbox=True)
12
agent = Agent.create(
0 commit comments