Move test_default_limits to the new tests location

This test apparently landed in the wrong package after the tests well
re-factored. Moving it to the right location.

Implements blueprint refactor-system-tests

Change-Id: I4d01772afce669f42e4d4693ff72d55bea5438ef
This commit is contained in:
Flavio Percoco 2013-09-24 16:15:35 +02:00
parent cd972aafd1
commit 94b0509159
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import json
import falcon
from marconi.tests.transport.wsgi import base
import base # noqa
class DefaultLimitsTest(base.TestBase):