Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Aug 15, 2023
1 parent 2d4bbd9 commit d9c4326
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/management/jobs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,8 @@ describe('JobsManager', () => {
describe('#importUsers with JSON data', () => {
let data: PostUsersImportsData;

beforeEach(() => {
beforeEach(async () => {
const Blob = await getBlobCls();
data = {
users: new Blob([fs.readFileSync(usersFilePath)], { type: 'application/json' }),
connection_id: 'con_test',
Expand Down

0 comments on commit d9c4326

Please sign in to comment.