We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45130c9 commit 20eb040Copy full SHA for 20eb040
test/test_mailgw.py
@@ -182,8 +182,8 @@ def testMessageWithFromInIt(self):
182
From here to there!
183
''')
184
assert not os.path.exists(SENDMAILDEBUG)
185
- msgid = self.db.issue.get(nodeid, 'msg')[0]
186
- self.assertEqual(self.db.issue.get(msgid, 'content'), 'From here to there!')
+ msgid = self.db.issue.get(nodeid, 'messages')[0]
+ self.assertEqual(self.db.msg.get(msgid, 'content'), 'From here to there!')
187
188
def doNewIssue(self):
189
nodeid = self._handle_mail('''Content-Type: text/plain;
0 commit comments