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 88f00ec commit 5ec3f4aCopy full SHA for 5ec3f4a
dialogflow/conversation_profile_management_test.py
@@ -59,7 +59,7 @@ def test_create_conversation_profile(capsys):
59
conversation_profile_management.delete_conversation_profile(
60
PROJECT_ID, conversation_profile_id)
61
62
- # Verify the converstion profile is deleted.
+ # Verify the conversation profile is deleted.
63
conversation_profile_management.list_conversation_profiles(PROJECT_ID)
64
65
out, _ = capsys.readouterr()
0 commit comments