Skip to content

Commit

Permalink
test: enable audit log trigger in tests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
david-r-cox committed Dec 3, 2024
1 parent 4712e13 commit 661bd33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/tests.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
BEGIN;
SET search_path TO keyhippo, keyhippo_rbac, public, auth;
-- Enable audit log trigger
SELECT
keyhippo_internal.enable_audit_log_notify ();
-- Create test users and set up authentication
DO $$
DECLARE
Expand Down

0 comments on commit 661bd33

Please sign in to comment.