Skip to content

Commit

Permalink
tests: Fix after rhbz query limits
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Robinson <crobinso@redhat.com>
  • Loading branch information
crobinso committed Oct 4, 2021
1 parent 17ad10a commit be67e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_ro_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def testQueryURL(run_cli, backends):
qurl = ("/buglist.cgi?f1=creation_ts"
"&list_id=973582&o1=greaterthaneq&classification=Fedora&"
"o2=lessthaneq&query_format=advanced&f2=creation_ts"
"&v1=2010-01-01&component=python-bugzilla&v2=2011-01-01"
"&v1=2010-01-01&component=python-bugzilla&v2=2010-06-01"
"&product=Fedora")

url = REDHAT_URL
Expand All @@ -244,7 +244,7 @@ def testQueryURL(run_cli, backends):
else:
url += qurl
out = run_cli("bugzilla query --from-url \"%s\"" % url, bz)
_check(out, 22, "#553878 CLOSED")
_check(out, 10, "#553878 CLOSED")


def testQueryFixedIn(run_cli, backends):
Expand Down

0 comments on commit be67e6d

Please sign in to comment.