mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-21 15:33:11 +01:00
Fixed typo in recursive run
This commit is contained in:
parent
8ffaa20a72
commit
1f3c728cc5
@ -350,7 +350,7 @@ const runSingleRequest = async function (
|
||||
if (parentDir === collectionPath) {
|
||||
return;
|
||||
} else {
|
||||
return checkForTests(parentDir);
|
||||
return checkForFolderTests(parentDir);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user