jenkins-bot merged this change.
[tests] Show complete diff with DataBodyParameterTestCase
Bug: T243662
Change-Id: I92f484c5d47bb4917c17295fa01e73b69ca08844
---
M tests/http_tests.py
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/http_tests.py b/tests/http_tests.py
index 19af276..27f4d79 100644
--- a/tests/http_tests.py
+++ b/tests/http_tests.py
@@ -690,6 +690,8 @@
class DataBodyParameterTestCase(HttpbinTestCase):
"""Test data and body params of fetch/request methods are equivalent."""
+ maxDiff = None
+
def test_fetch(self):
"""Test that using the data and body params produce same results."""
r_data = http.fetch(uri=self.get_httpbin_url('/post'), method='POST',
To view, visit change 567215. To unsubscribe, or for help writing mail filters, visit settings.