jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/567215 )
Change subject: [tests] Show complete diff with DataBodyParameterTestCase ......................................................................
[tests] Show complete diff with DataBodyParameterTestCase
Bug: T243662 Change-Id: I92f484c5d47bb4917c17295fa01e73b69ca08844 --- M tests/http_tests.py 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: Dvorapa: Looks good to me, approved jenkins-bot: Verified
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',
pywikibot-commits@lists.wikimedia.org