diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2015-06-17 09:18:30 -0300 |
---|---|---|
committer | Victor Shyba <victor.shyba@gmail.com> | 2015-06-17 09:18:30 -0300 |
commit | f5480053276dd211fd182da7ad6574b7636a8b7d (patch) | |
tree | 53f85508d1cd72cb20b4f73b121b1f6f3065142b /service/test/functional/features/steps | |
parent | 7718e546173928dcf4b86da9cd55ee6e05017cac (diff) |
fix missing import
Diffstat (limited to 'service/test/functional/features/steps')
-rw-r--r-- | service/test/functional/features/steps/data_setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. from test.support.integration import MailBuilder +from behave import given @given('I have a mail in my inbox') |