From aba0dac911a81560a735a9484062e460dab17dbd Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Mon, 14 Sep 2015 14:56:55 -0300 Subject: Fixed pep8 warning --- service/test/functional/features/steps/data_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 ee925eb5..c6eab8c0 100644 --- a/service/test/functional/features/steps/data_setup.py +++ b/service/test/functional/features/steps/data_setup.py @@ -25,6 +25,6 @@ def add_mail_impl(context): input_mail = MailBuilder().with_subject(subject).build_input_mail() context.client.add_mail_to_inbox(input_mail) - sleep(5) # we need to wait for the mail to be indexed (3 secs at least) + sleep(5) # we need to wait for the mail to be indexed (3 secs at least) context.last_subject = subject -- cgit v1.2.3