Skip to content

Commit

Permalink
Use forTest
Browse files Browse the repository at this point in the history
  • Loading branch information
wcalderipe committed Oct 30, 2024
1 parent b2fd806 commit a669155
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/armory/src/client/__test__/e2e/client.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe('Client', () => {
load: [load],
isGlobal: true
}),
OpenTelemetryModule.forRoot(),
OpenTelemetryModule.forTest(),
ClientModule
]
}).compile()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ describe('Data Store', () => {
load: [load],
isGlobal: true
}),
OpenTelemetryModule.forRoot(),
OpenTelemetryModule.forTest(),
ManagedDataStoreModule
]
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('Authorization Request', () => {
}),
QueueModule.forRoot(),
PersistenceModule,
OpenTelemetryModule.forRoot(),
OpenTelemetryModule.forTest(),
OrchestrationModule
]
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ describe(AuthorizationRequestProcessingConsumer.name, () => {
BullModule.registerQueue({
name: AUTHORIZATION_REQUEST_PROCESSING_QUEUE
}),
OpenTelemetryModule.forRoot(),
OpenTelemetryModule.forTest(),
HttpModule,
PolicyEngineModule
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe(AuthorizationRequestProcessingProducer.name, () => {
}),
PersistenceModule,
QueueModule.forRoot(),
OpenTelemetryModule.forRoot(),
OpenTelemetryModule.forTest(),
BullModule.registerQueue({
name: AUTHORIZATION_REQUEST_PROCESSING_QUEUE
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,7 @@ describe(ClusterService.name, () => {
{
name: 'cluster_sync_count',
value: 1,
attributes: { clientId: 'test-client-id' },
context: undefined
attributes: { clientId: 'test-client-id' }
}
])
})
Expand Down

0 comments on commit a669155

Please sign in to comment.