fix: Typo for the step test description

This commit is contained in:
Faruk AYDIN
2024-11-06 12:20:49 +01:00
parent c310e8d152
commit 9773ce75b0

View File

@@ -220,7 +220,7 @@ describe('Step model', () => {
}); });
describe('getTriggerCommand', () => { describe('getTriggerCommand', () => {
it('should return trigger comamand when app key and key are defined in trigger step', async () => { it('should return trigger command when app key and key are defined in trigger step', async () => {
const step = new Step(); const step = new Step();
step.type = 'trigger'; step.type = 'trigger';
step.appKey = 'webhook'; step.appKey = 'webhook';