We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7798f81 commit 9363b2dCopy full SHA for 9363b2d
tests/test_ro_functional.py
@@ -414,3 +414,12 @@ def test_redhat_version(backends):
414
415
if not tests.CLICONFIG.REDHAT_URL:
416
_test_version(bz, bzversion)
417
+
418
419
+def test_bug_misc(backends):
420
+ bz = _open_bz(REDHAT_URL, **backends)
421
422
+ # Ensure weburl is generated consistently whether
423
+ # we are using XMLRPC or REST
424
+ bug = bz.getbug(720773)
425
+ assert bug.weburl == "https://bugzilla.redhat.com/show_bug.cgi?id=720773"
0 commit comments