jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1052847?usp=email )

Change subject: [tests] fix warning message in 
http_tests.TestGetAuthenticationConfig
......................................................................

[tests] fix warning message in http_tests.TestGetAuthenticationConfig

Bug: T369593
Change-Id: Id28d19106e77264eb4f1647879ded43c7ded8040
---
M tests/http_tests.py
1 file changed, 1 insertion(+), 1 deletion(-)

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




diff --git a/tests/http_tests.py b/tests/http_tests.py
index 57a3bcd..5139c11 100755
--- a/tests/http_tests.py
+++ b/tests/http_tests.py
@@ -77,7 +77,7 @@
             'https://www.wikiquote.org/': None,
         }
         with suppress_warnings(
-            r'config.authenticate\["\*.wmflabs.org"] has invalid value.',
+            r"config.authenticate\['\*.wmflabs.org'] has invalid value.",
             UserWarning,
         ):
             for url, auth in pairs.items():

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

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Id28d19106e77264eb4f1647879ded43c7ded8040
Gerrit-Change-Number: 1052847
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <i...@gno.de>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org
To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org

Reply via email to