mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 21:20:45 +00:00
Remove all calls to actionInput.getInstance and getSesssion, in favor of the equivallent methods from QContext
This commit is contained in:
@ -174,7 +174,7 @@ class StandardScheduledExecutorTest extends BaseTest
|
||||
@Override
|
||||
public void execute(RecordAutomationInput recordAutomationInput) throws QException
|
||||
{
|
||||
sessionId = recordAutomationInput.getSession().getIdReference();
|
||||
sessionId = QContext.getQSession().getIdReference();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user