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 a20c5e4 commit 757b37dCopy full SHA for 757b37d
test/rest_common.py
@@ -2281,8 +2281,9 @@ def testAcceptHeaderParsing(self):
2281
self.assertEqual(self.server.client.additional_headers['Content-Type'],
2282
"application/json")
2283
self.assertEqual(json_dict['error']['msg'],
2284
- "Unrecognized version: 99. See /rest without "
2285
- "specifying version for supported versions.")
+ "Unrecognized api version: 99. See /rest "
+ "without specifying api version for "
2286
+ "supported versions.")
2287
2288
def testMethodOverride(self):
2289
# TEST #1
0 commit comments