Skip to content

Commit

Permalink
Update src/libs/E2E/API.mock.js
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Gable <andrewgable@gmail.com>
  • Loading branch information
hannojg and AndrewGable authored Jan 5, 2023
1 parent e9a2136 commit deb3fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/E2E/API.mock.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Log from '../Log';
const mocks = {
BeginSignIn: ({email}) => {
const response = require('../E2E/apiMocks/beginSignin.json');
response.onyxData.forEach((d) => {
response.onyxData.forEach((data) => {
if (d.key !== 'credentials') {
return;
}
Expand Down

0 comments on commit deb3fe1

Please sign in to comment.