Fix iphone test

This commit is contained in:
Oliver Song
2015-07-02 13:23:00 -07:00
committed by Alex Riina
parent e3c4ff38fe
commit 7ea773e6a9
3 changed files with 6 additions and 3 deletions

View File

@@ -624,7 +624,7 @@ def test_standard_replies():
reply_text_fn = filename[:-4] + '_reply_text'
if os.path.isfile(reply_text_fn):
with open(reply_text_fn) as f:
reply_text = f.read()
reply_text = f.read().strip()
else:
reply_text = 'Hello'
yield eq_, reply_text, stripped_text, \