Fix typo about message of exception
Add missing 's' in exception Change-Id: Iac87294ab5847bf70e817df81e6f8ce89471305a
This commit is contained in:
		@@ -70,7 +70,7 @@ class ServerUnreachable(exceptions.TempestException):
 | 
				
			|||||||
# of get_network_from_name and preprov_creds to tempest.lib, and it should
 | 
					# of get_network_from_name and preprov_creds to tempest.lib, and it should
 | 
				
			||||||
# be migrated along with them
 | 
					# be migrated along with them
 | 
				
			||||||
class InvalidTestResource(exceptions.TempestException):
 | 
					class InvalidTestResource(exceptions.TempestException):
 | 
				
			||||||
    message = "%(name) is not a valid %(type), or the name is ambiguous"
 | 
					    message = "%(name)s is not a valid %(type)s, or the name is ambiguous"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class RFCViolation(exceptions.RestClientException):
 | 
					class RFCViolation(exceptions.RestClientException):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user