definition bot: Clarify error message.
This commit is contained in:
		
							parent
							
								
									5671dba71e
								
							
						
					
					
						commit
						6c47eda92b
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -11,7 +11,7 @@ class DefineHandler(object): | |||
|     ''' | ||||
| 
 | ||||
|     DEFINITION_API_URL = 'https://owlbot.info/api/v1/dictionary/{}?format=json' | ||||
|     REQUEST_ERROR_MESSAGE = 'Definition not available.' | ||||
|     REQUEST_ERROR_MESSAGE = 'Could not load definition.' | ||||
|     EMPTY_WORD_REQUEST_ERROR_MESSAGE = 'Please enter a word to define.' | ||||
|     PHRASE_ERROR_MESSAGE = 'Definitions for phrases are not available.' | ||||
| 
 | ||||
|  |  | |||
|  | @ -42,7 +42,7 @@ class TestDefineBot(BotTestCase): | |||
|             ) | ||||
| 
 | ||||
|         # Incorrect word. | ||||
|         bot_response = "**foo**:\nDefinition not available." | ||||
|         bot_response = "**foo**:\nCould not load definition." | ||||
|         with self.mock_http_conversation('test_incorrect_word'): | ||||
|             self.assert_bot_response( | ||||
|                 message = {'content': 'foo'}, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 derAnfaenger
						derAnfaenger