diff --git a/services/harmony/test/helpers/jobs.ts b/services/harmony/test/helpers/jobs.ts index 34da8d0ec..6d6645aaf 100644 --- a/services/harmony/test/helpers/jobs.ts +++ b/services/harmony/test/helpers/jobs.ts @@ -16,7 +16,7 @@ export const adminUsername = 'adam'; export const expectedJobKeys = [ 'username', 'status', 'message', 'progress', 'createdAt', 'updatedAt', 'dataExpiration', - 'links', 'request', 'numInputGranules', 'jobID', + 'links', 'labels', 'request', 'numInputGranules', 'jobID', ]; const exampleProps = { diff --git a/services/harmony/test/parameters/concatenation.ts b/services/harmony/test/parameters/concatenation.ts index f85c26413..7937b2fae 100644 --- a/services/harmony/test/parameters/concatenation.ts +++ b/services/harmony/test/parameters/concatenation.ts @@ -1,10 +1,10 @@ import { expect } from 'chai'; -import { getWorkflowStepsByJobId } from '../app/models/workflow-steps'; -import db from '../app/util/db'; -import { hookRedirect } from './helpers/hooks'; -import { hookRangesetRequest } from './helpers/ogc-api-coverages'; -import hookServersStartStop from './helpers/servers'; -import StubService from './helpers/stub-service'; +import { getWorkflowStepsByJobId } from '../../app/models/workflow-steps'; +import db from '../../app/util/db'; +import { hookRedirect } from '../helpers/hooks'; +import { hookRangesetRequest } from '../helpers/ogc-api-coverages'; +import hookServersStartStop from '../helpers/servers'; +import StubService from '../helpers/stub-service'; describe('testing concatenation', function () { describe('for a CONCISE workflow', function () {