quit focus
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
8048d4ce90
commit
2b19688ca4
|
@ -1,6 +1,6 @@
|
||||||
const models = require('vn-loopback/server/server').models;
|
const models = require('vn-loopback/server/server').models;
|
||||||
|
|
||||||
fdescribe('Notification Clean()', () => {
|
describe('Notification Clean()', () => {
|
||||||
it('should delete old rows with error', async() => {
|
it('should delete old rows with error', async() => {
|
||||||
const userId = 9;
|
const userId = 9;
|
||||||
const status = 'error';
|
const status = 'error';
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
const models = require('vn-loopback/server/server').models;
|
const models = require('vn-loopback/server/server').models;
|
||||||
|
|
||||||
fdescribe('Notification Send()', () => {
|
describe('Notification Send()', () => {
|
||||||
it('should send notification', async() => {
|
it('should send notification', async() => {
|
||||||
const statusPending = 'pending';
|
const statusPending = 'pending';
|
||||||
const tx = await models.NotificationQueue.beginTransaction({});
|
const tx = await models.NotificationQueue.beginTransaction({});
|
||||||
|
|
Loading…
Reference in New Issue