Skip to content

Commit 5da7814

Browse files
after merge fix
1 parent a88e193 commit 5da7814

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/helpers/exports.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ async function configureAuthFile(generatedTests) {
6464
}
6565

6666
let loginData = pythagoraMetadata.exportRequirements.login;
67-
let gptResponse = await getJestAuthFunction(loginData.mongoQueriesArray, loginData.requestBody, loginData.endpointPath);
68-
let code = cleanupGPTResponse(gptResponse);
67+
let code = await getJestAuthFunction(loginData.mongoQueriesArray, loginData.requestBody, loginData.endpointPath);
6968

7069
fs.writeFileSync(`./${EXPORTED_TESTS_DIR}/auth.js`, code);
7170
}

0 commit comments

Comments
 (0)