Skip to content

Commit

Permalink
refactor(api): move publish in batch route to src
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrecoin committed Dec 17, 2024
1 parent 022f259 commit a54e045
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
databaseBuilder,
expect,
generateValidRequestAuthorizationHeader,
} from '../../../test-helper.js';
} from '../../../../test-helper.js';

describe('POST /api/admin/sessions/publish-in-batch', function () {
let server;
Expand Down

0 comments on commit a54e045

Please sign in to comment.