fix up delete token

This commit is contained in:
Ryan Tharp 2021-03-03 04:40:55 +00:00
parent 700a77bc7d
commit c57368684d
1 changed files with 3 additions and 0 deletions

View File

@ -475,6 +475,7 @@ const runIntegrationTests = async (ourKey, ourPubKeyHex) => {
it('create message to test with', async function() {
// well we need to create a new message for moderation test
// we do the asserts inside create_message
//console.log('using', platformApi.token)
messageId = await create_message(channelId);
messageId1 = await create_message(channelId);
messageId2 = await create_message(channelId);
@ -501,6 +502,8 @@ const runIntegrationTests = async (ourKey, ourPubKeyHex) => {
it('user multi delete test', async function () {
//let message = await get_message(messageId);
if (messageId3 && messageId4) {
// not sure how our token becomes a buffer...
overlayApi.token = tokenString
const result = await overlayApi.serverRequest('loki/v1/messages', {
method: 'DELETE',
params: {