Fix the tests.

This commit is contained in:
yackob03 2014-02-13 12:59:36 -05:00
parent 8f6cdabde3
commit 2bc3df1c3e
2 changed files with 3 additions and 1 deletions

View file

@ -856,7 +856,6 @@ class TestGetRepoBuilds(ApiTestCase):
assert 'id' in build
assert 'status' in build
assert 'message' in build
class TestRequearRepoBuild(ApiTestCase):