Fix status API tests to include the URL

Review Request #8509 — Created Oct. 30, 2016 and submitted

Information

Review Board
release-3.0.x

Reviewers

Some of the status API tests were not including the API URL due to
sample_api_url not being defined or missing the webapi_test_template
decorator. Methods that previously used a hardcoded URL in the docstring
now use the webapi_test_template decorator as well.

Ran unit tests. Saw that the docstrings were correct.

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

Status: Closed (submitted)

Change Summary:

Pushed to release-3.0.x (2b2be75)
Loading...