Skip to content

Commit

Permalink
Try fix in testbot.schema and tests.schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Haley committed Jun 17, 2021
1 parent 2372e5b commit bac8e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Microsoft.Bot.Builder.TestBot.Json/testbot.schema
Original file line number Diff line number Diff line change
Expand Up @@ -5569,7 +5569,7 @@
"title": "Token property",
"description": "Property to store the OAuth token result.",
"examples": [
"dialog.token"
"turn.token"
]
},
"invalidPrompt": {
Expand Down
2 changes: 1 addition & 1 deletion tests/tests.schema
Original file line number Diff line number Diff line change
Expand Up @@ -5386,7 +5386,7 @@
"description": "Property to store the OAuth token result. WARNING: Changing this location is not recommended as you should call OAuthInput immediately before each use of the token.",
"default": "turn.token",
"examples": [
"dialog.token"
"turn.token"
]
},
"invalidPrompt": {
Expand Down

0 comments on commit bac8e18

Please sign in to comment.