8098-closureTransation #3101

Merged
jgallego merged 5 commits from 8098-closureTransation into dev 2024-10-15 07:20:07 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c5f987d04c - Show all commits

View File

@ -72,7 +72,7 @@ describe('Renew Token', () => {
} }
expect(error).toBeDefined(); expect(error).toBeDefined();
const query = 'SELECT * FROM util.debug'; const query = 'SELECT * FROM util.debug WHERE variable = "renewToken"';
const debugLog = await models.Application.rawSql(query, null); const debugLog = await models.Application.rawSql(query, null);