diff options
| -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')  | 
