diff options
author | Duda Dornelles <ddornell@thoughtworks.com> | 2014-10-24 15:12:44 +0200 |
---|---|---|
committer | Duda Dornelles <ddornell@thoughtworks.com> | 2014-10-24 15:12:44 +0200 |
commit | 7ce93f2d1d4568e4cd5284209fb28f578b2978b3 (patch) | |
tree | 29add263a7a997eee1eef40e6ec588b575790716 /service/test/functional | |
parent | 2ef4ac88983f3bc13639b8806fc77a9f08e92a53 (diff) |
small fixes here and there
Diffstat (limited to 'service/test/functional')
-rw-r--r-- | service/test/functional/features/steps/compose.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/functional/features/steps/compose.py b/service/test/functional/features/steps/compose.py index 8bf88598..95b05914 100644 --- a/service/test/functional/features/steps/compose.py +++ b/service/test/functional/features/steps/compose.py @@ -15,7 +15,7 @@ # along with Pixelated. If not, see <http://www.gnu.org/licenses/>. from time import sleep -from behave import given, when +from behave import given, when, then from common import * from hamcrest import * |