Skip to content

Commit 9fc6739

Browse files
committed
tests: GNOME bugzilla is not 4.4
1 parent 44f566b commit 9fc6739

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ro_functional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def _testQueryURL(self, url, count, expectstr):
116116

117117
class BZGnome(BaseTest):
118118
url = "https://bugzilla.gnome.org/xmlrpc.cgi"
119-
bzclass = bugzilla.Bugzilla34
119+
bzclass = bugzilla.Bugzilla44
120120
closestatus = "RESOLVED"
121121

122122
test0 = BaseTest._testBZClass

0 commit comments

Comments
 (0)