Skip to content

Commit be67e6d

Browse files
committed
tests: Fix after rhbz query limits
Signed-off-by: Cole Robinson <[email protected]>
1 parent 17ad10a commit be67e6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_ro_functional.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def testQueryURL(run_cli, backends):
235235
qurl = ("/buglist.cgi?f1=creation_ts"
236236
"&list_id=973582&o1=greaterthaneq&classification=Fedora&"
237237
"o2=lessthaneq&query_format=advanced&f2=creation_ts"
238-
"&v1=2010-01-01&component=python-bugzilla&v2=2011-01-01"
238+
"&v1=2010-01-01&component=python-bugzilla&v2=2010-06-01"
239239
"&product=Fedora")
240240

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

249249

250250
def testQueryFixedIn(run_cli, backends):

0 commit comments

Comments
 (0)