Skip to content

Commit

Permalink
fix: turn off audit feature
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-canon committed Jul 16, 2024
1 parent 6df7d50 commit 3036716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eox_nelp/pearson_vue/rti_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ class ResultNotificationBackend(RealTimeImport):
for handling result notifications, including extracting result notification data,
retrieving enrollment information, and generating external certificates.
"""
use_audit_backend = False

def get_pipeline(self):
"""
Expand Down

0 comments on commit 3036716

Please sign in to comment.