Skip to content

Commit bbaaed6

Browse files
committed
[tests] Add 'entity-schema' to unsupported entities
paraminfo_tests.WikibaseKnownTypesTests.test_entities fails on wpbeta and wsbeta Change-Id: I72348c9a7f6afce27f506f3a958eda3e4e8d10e8
1 parent 8d39208 commit bbaaed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/paraminfo_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
"""Test confirming paraminfo contains expected values."""
33
#
4-
# (C) Pywikibot team, 2015-2023
4+
# (C) Pywikibot team, 2015-2024
55
#
66
# Distributed under the terms of the MIT license.
77
#
@@ -216,7 +216,7 @@ class WikibaseKnownTypesTests(KnownTypesTestBase,
216216

217217
def test_entities(self):
218218
"""Test known entities."""
219-
unsupported = {'form', 'lexeme', 'sense'} # T195435
219+
unsupported = {'entity-schema', 'form', 'lexeme', 'sense'} # T195435
220220
supported = {'item', 'property'}
221221
known = supported | unsupported
222222
self._check_param_superset(

0 commit comments

Comments
 (0)