fixed broken hipchat tests

pull/138/head
Igor Komlew 2018-01-10 09:33:28 +01:00
parent 9f73fb67eb
commit 52aeaa48dd
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ func (i *fakeXmppImplementer) messageFromChat(message string) {
i.messages <- &h.Message{
Body: "@keel " + message,
From: "111111_approvals@conf.hipchat.com/test",
To: "222222_333333@chat.hipchat.com/bot",
To: "222222_333333@chat.hipchat.com/keel",
}
}