diff options
author | Bruno Wagner <bwagner@riseup.net> | 2015-09-14 14:56:55 -0300 |
---|---|---|
committer | Bruno Wagner <bwagner@riseup.net> | 2015-09-14 14:56:55 -0300 |
commit | aba0dac911a81560a735a9484062e460dab17dbd (patch) | |
tree | 5251e598c189d31023d903c751748898ddf40247 /service/test/functional | |
parent | 0156a4a9bfc5031f1bcc69317957b24034efbd07 (diff) |
Fixed pep8 warning
Diffstat (limited to 'service/test/functional')
-rw-r--r-- | service/test/functional/features/steps/data_setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |