From f5480053276dd211fd182da7ad6574b7636a8b7d Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Wed, 17 Jun 2015 09:18:30 -0300 Subject: fix missing import --- service/test/functional/features/steps/data_setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'service/test/functional') diff --git a/service/test/functional/features/steps/data_setup.py b/service/test/functional/features/steps/data_setup.py index 4e349f05..2a3876fc 100644 --- a/service/test/functional/features/steps/data_setup.py +++ b/service/test/functional/features/steps/data_setup.py @@ -14,6 +14,7 @@ # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see . from test.support.integration import MailBuilder +from behave import given @given('I have a mail in my inbox') -- cgit v1.2.3