Skip to content

Commit

Permalink
Fix data store E2E test wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
wcalderipe committed Nov 13, 2024
1 parent 9823209 commit b15771e
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
import { ConfigModule } from '@narval/config-module'
import { LoggerModule, OpenTelemetryModule, secret } from '@narval/nestjs-shared'
import {
LoggerModule,
OpenTelemetryModule,
REQUEST_HEADER_CLIENT_ID,
REQUEST_HEADER_CLIENT_SECRET,
secret
} from '@narval/nestjs-shared'
import {
Criterion,
Entities,
Expand All @@ -17,7 +23,6 @@ import { MockProxy, mock } from 'jest-mock-extended'
import request from 'supertest'
import { generatePrivateKey } from 'viem/accounts'
import { load } from '../../../armory.config'
import { REQUEST_HEADER_CLIENT_ID, REQUEST_HEADER_CLIENT_SECRET } from '../../../armory.constant'
import { ClientService } from '../../../client/core/service/client.service'
import { ClusterService } from '../../../policy-engine/core/service/cluster.service'
import { TestPrismaService } from '../../../shared/module/persistence/service/test-prisma.service'
Expand Down

0 comments on commit b15771e

Please sign in to comment.