jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/806868 )

Change subject: [tests] Remove "temporary" debug log in TestMementoDefault
......................................................................

[tests] Remove "temporary" debug log in TestMementoDefault

There is no failure anymore.

Bug: T196304
Change-Id: Ia19488c73bbaf9fe05be8a2395afb1e895b6fea5
---
M tests/memento_tests.py
1 file changed, 0 insertions(+), 4 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/memento_tests.py b/tests/memento_tests.py
index a20da67..41b1887 100755
--- a/tests/memento_tests.py
+++ b/tests/memento_tests.py
@@ -61,10 +61,6 @@

     def test_newest(self):
         """Test getting memento for newest https://google.com.""";
-        # Temporary increase the debug level for T196304
-        import logging
-        logging.basicConfig()
-        logging.getLogger().setLevel(logging.DEBUG)
         archivedversion = self._get_archive_url('https://google.com')
         self.assertIsNotNone(archivedversion)


--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/806868
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ia19488c73bbaf9fe05be8a2395afb1e895b6fea5
Gerrit-Change-Number: 806868
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to