jenkins-bot has submitted this change and it was merged.
Change subject: [bugfix] add nonglobal to sitematrix ......................................................................
[bugfix] add nonglobal to sitematrix
Bug: T134636 Change-Id: I5816a5e7b966cfd264d5cdd080e7f7743529d186 --- M tests/paraminfo_tests.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: John Vandenberg: Looks good to me, approved Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/paraminfo_tests.py b/tests/paraminfo_tests.py index 2347b7d..4831e22 100644 --- a/tests/paraminfo_tests.py +++ b/tests/paraminfo_tests.py @@ -184,7 +184,7 @@
def test_site_matrix_state(self): """Test site matrix state.""" - known = ['closed', 'private', 'fishbowl', 'all'] + known = ['closed', 'private', 'fishbowl', 'all', 'nonglobal']
self._check_param_values(self.site, 'sitematrix', 'state', known)
pywikibot-commits@lists.wikimedia.org