Skip to content

Commit

Permalink
chore: test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Brummos committed Oct 22, 2024
1 parent 882deb6 commit e81759d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro
it('should get audit events with filter', async (): Promise<void> => {
const auditEvent: NonPersistedAuditLoggingEvent = {
level: LogLevel.DEBUG,
correlationId: 'filter_test_correlation_id_filter',
correlationId: 'filter_test_correlation_id',
system: System.GENERAL,
subSystemType: SubSystem.DID_PROVIDER,
actionType: ActionType.CREATE,
actionSubType: 'Key generation',
initiatorType: InitiatorType.EXTERNAL,
systemCorrelationIdType: SystemCorrelationIdType.DID,
systemCorrelationId: 'did:example:223456789abcdefghi',
systemCorrelationId: 'did:example:123456789abcdefghi',
systemAlias: 'test_alias',
partyCorrelationType: PartyCorrelationType.DID,
partyCorrelationId: 'did:example:123456789abcdefghi',
Expand Down

0 comments on commit e81759d

Please sign in to comment.