Merge branch 'main' into bug/correct-result-reporting

This commit is contained in:
Thomas Pyle
2023-09-29 06:53:57 -05:00
committed by GitHub
12 changed files with 109 additions and 15 deletions

View File

@@ -213,7 +213,7 @@ const runSingleRequest = async function (
const testFile = get(bruJson, 'request.tests');
if (testFile && testFile.length) {
const testRuntime = new TestRuntime();
const result = testRuntime.runTests(
const result = await testRuntime.runTests(
testFile,
request,
response,