Merge "pep8: fixed F821 violation in a unit test"

This commit is contained in:
Jenkins 2016-08-09 21:06:45 +00:00 committed by Gerrit Code Review
commit 10eb6bafef
1 changed files with 1 additions and 1 deletions

View File

@ -2928,7 +2928,7 @@ class L3NatTestCaseBase(L3NatTestCaseMixin):
def mock_fail__validate_router_port_info(ctx, router, port_id):
# Fail with raising BadRequest exception
msg = _("Failure mocking...")
msg = "Failure mocking..."
raise n_exc.BadRequest(resource='router', msg=msg)
def mock_update_port_with_transaction(ctx, id, port):