Skip to content

Commit

Permalink
🚚 api: move acceptance test to src
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrecoin committed Jul 19, 2024
1 parent efc76a9 commit 3ebd763
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { ComplementaryCertificationCourseResult } from '../../../../src/certification/shared/domain/models/ComplementaryCertificationCourseResult.js';
import { ComplementaryCertificationCourseResult } from '../../../../../src/certification/shared/domain/models/ComplementaryCertificationCourseResult.js';
import {
createServer,
databaseBuilder,
expect,
generateValidRequestAuthorizationHeader,
insertUserWithRoleSuperAdmin,
} from '../../../test-helper.js';
} from '../../../../test-helper.js';

describe('Acceptance | API | Certifications', function () {
describe('Certification | Session-management | Acceptance | complementary-certification-course-results-controller', function () {
describe('POST /api/admin/complementary-certification-course-results', function () {
it('should return 201 HTTP status code', async function () {
// given
Expand Down

0 comments on commit 3ebd763

Please sign in to comment.