Fixed AssertionError for running tests

Since some sentences exceeded a maximum of 79 charaters,
runtests job generated AssertionError during testr like:
'AssertionError: False is not true' and 'Line limited to
a maximum of 79 characters.'

This bug fix is for running tox and for Jenkins test.

Change-Id: I6b7292f49daf57b0ba1c2663df8369a20bde5d3e
This commit is contained in:
Ian Y. Choi 2015-11-17 17:16:02 +09:00
parent dd5b53cbe5
commit c70fe1a11c
1 changed files with 4 additions and 3 deletions

View File

@ -34,9 +34,10 @@ Proposed change
How to change to distributed version
It replace calling harness.py:create() in service.py:congress_app_factory() with
a new API instance creating method which has instantiation steps for API model in
harness.py:create(). And it's only to make the dict with new instances.
It replace calling harness.py:create() in service.py:congress_app_factory()
with a new API instance creating method which has instantiation steps for
API model in harness.py:create(). And it's only to make the dict with new
instances.
Alternatives
------------