Skip to content

Commit

Permalink
wrong import path
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBabukov committed Jul 22, 2022
1 parent 699e35a commit 11c1244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/sendEmail.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const AWS = require('aws-sdk-mock');
const sendEmail = require('../../src/utils/sendEmail');
const { SUCCEEDED, FAILED } = require('../../src/api.v2/helpers/pipeline/constants');
const { SUCCEEDED, FAILED } = require('../../src/api.v2/constants');
const { USER } = require('../test-utils/constants');
const buildPipelineStatusEmailBody = require('../../src/utils/emailTemplates/buildPipelineStatusEmailBody');

Expand Down

0 comments on commit 11c1244

Please sign in to comment.