Skip to content

Commit e014251

Browse files
committed
lint
1 parent 6d694ce commit e014251

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/resources/test_agents.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
from cuenca.http.client import Session
44
from cuenca.resources import Agent, AgentVerification
55

6+
67
@pytest.mark.vcr
78
def test_agent_create():
8-
verification = AgentVerification.create() # Created by user in APP
9+
verification = AgentVerification.create() # Created by user in APP
910
agent_session = Session()
1011
agent_session.configure(sandbox=True)
1112
agent = Agent.create(

0 commit comments

Comments
 (0)