This commit is contained in:
mprahl
2017-11-02 08:37:59 -04:00
parent ef23536001
commit 089a0c3db4
4 changed files with 4 additions and 4 deletions

View File

@@ -538,7 +538,7 @@ class TestViews(unittest.TestCase):
self.assertEqual(rv.status_code, 400)
expected_error = {
'error': 'Bad Request',
'message': ('The rebuild method of "only-changed" is not allowed. Chose from: all.'),
'message': ('The rebuild method of "only-changed" is not allowed. Choose from: all.'),
'status': 400
}
self.assertEqual(data, expected_error)