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 a1f57ff commit 9c24cd0Copy full SHA for 9c24cd0
test/test_tone_analyzer_v3.py
@@ -47,7 +47,6 @@ def test_with_args():
47
tone_analyzer.tone(tone_text.read(), params=params)
48
49
50
- print responses.calls[0].request.url
51
assert responses.calls[0].request.url.split('?')[0] == tone_url
52
# Compare args. Order is not deterministic!
53
actualArgs = {}
0 commit comments