Fix expected number of queries in review request resource tests.

Review Request #8580 — Created Dec. 24, 2016 and submitted

Information

Review Board
release-3.0.x
89b78c2...

Reviewers

Change 6e19d96 on release-2.5.x added a link to the latest diff revision inside
the review request resource payload. That change contained a unit test to
ensure we didn't accidentally increase the number of queries, but the assumed
number wasn't correct when the change was merged to release-3.0.x. After
bisecting this and looking through everything, I've determined that the correct
course of action is indeed to just update the number of expected queries for
the 3.0 branch.

Ran unit tests.

reviewbot
  1. Tool: Pyflakes
    Processed Files:
        reviewboard/webapi/tests/test_review_request.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/webapi/tests/test_review_request.py
    
    
  2. 
      
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.0.x (f5e7f7e)
Loading...