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 1964469 commit 0b76acfCopy full SHA for 0b76acf
tests/unit/http/test_http_client.py
@@ -307,8 +307,8 @@ def test_str(self):
307
)
308
expected = (
309
"POST https://api.twilio.com/2010-04-01/Accounts.json?PageSize=1\n"
310
- " -d \"FriendlyName=My New Account\"\n"
311
- " -H \"X-Custom-Header: Value\""
+ ' -d "FriendlyName=My New Account"\n'
+ ' -H "X-Custom-Header: Value"'
312
313
self.assertEqual(expected, req.__str__())
314
0 commit comments