FIX(plugin-workflow): fix query option in test case
This commit is contained in:
		
							parent
							
								
									6fa6756356
								
							
						
					
					
						commit
						0d2a93f386
					
				@ -394,7 +394,7 @@ describe('execution', () => {
 | 
				
			|||||||
      const [execution] = await workflow.getExecutions();
 | 
					      const [execution] = await workflow.getExecutions();
 | 
				
			||||||
      expect(execution.status).toEqual(EXECUTION_STATUS.STARTED);
 | 
					      expect(execution.status).toEqual(EXECUTION_STATUS.STARTED);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      const [pending] = await execution.getJobs({ nodeId: n2.id });
 | 
					      const [pending] = await execution.getJobs({ where: { nodeId: n2.id } });
 | 
				
			||||||
      pending.set('result', 123);
 | 
					      pending.set('result', 123);
 | 
				
			||||||
      await execution.resume(pending);
 | 
					      await execution.resume(pending);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user