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

Change subject: [bugfix] new intersection of property names
......................................................................

[bugfix] new intersection of property names

Bug: T306774
Change-Id: Ief29abe5dead3256ede79178874bb9ab001d8e9d
---
M tests/site_tests.py
1 file changed, 6 insertions(+), 5 deletions(-)

Approvals:
  Matěj Suchánek: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/site_tests.py b/tests/site_tests.py
index 7e62eab..2d5642e 100755
--- a/tests/site_tests.py
+++ b/tests/site_tests.py
@@ -3487,11 +3487,12 @@
         pnames = mysite.get_property_names()
         self.assertIsInstance(pnames, list)
         for item in ('defaultsort', 'disambiguation', 'displaytitle',
-                     'forcetoc', 'hiddencat', 'index', 'newsectionlink',
-                     'noeditsection', 'noexternallanglinks', 'nogallery',
-                     'noindex', 'nonewsectionlink', 'notoc', 'score',
-                     'templatedata', 'wikibase-badge-Q17437796',
-                     'wikibase-badge-Q17437798', 'wikibase_item'):
+                     'expectunusedcategory', 'forcetoc', 'hiddencat', 'index',
+                     'jsonconfig_getdata', 'newsectionlink', 'noeditsection',
+                     'nogallery', 'noindex', 'nonewsectionlink', 'notoc',
+                     'score', 'templatedata', 'unexpectedUnconnectedPage',
+                     'wikibase-badge-Q17437796', 'wikibase-badge-Q17437798',
+                     'wikibase-badge-Q70894304', 'wikibase_item'):
             with self.subTest(item=item):
                 self.assertIn(item, pnames)


--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/785401
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: Ief29abe5dead3256ede79178874bb9ab001d8e9d
Gerrit-Change-Number: 785401
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Matěj Suchánek <[email protected]>
Gerrit-Reviewer: Mpaa <[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