File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,8 +158,8 @@ def registerMocks(regTokenRedirect=False, guest=False):
158158 chatFmt = (SkypeConnection .API_MSGSHOST , Data .chatThreadId )
159159 responses .add (responses .GET , "{0}/users/ME/conversations" .format (SkypeConnection .API_MSGSHOST ),
160160 status = 200 , content_type = "application/json" ,
161- adding_headers = {"Set-RegistrationToken" : "registrationToken={0}; expires={1}; endpointId={{{2}}} "
162- .format (Data .regToken , expiry , Data . endpointId )},
161+ adding_headers = {"Set-RegistrationToken" : "registrationToken={0}; expires={1}"
162+ .format (Data .regToken , expiry )},
163163 json = {"conversations" : [{"id" : "8:{0}" .format (Data .contactId ),
164164 "lastMessage" : {"clientmessageid" : Data .msgId ,
165165 "composetime" : Data .msgTimeFmt ,
You can’t perform that action at this time.
0 commit comments