mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-23 14:19:58 +00:00
## Problem We don't currently test pgjwt, while it is based on pg_prove and can be easily added ## Summary of changes The test for pgjwt was added.
16 lines
295 B
Diff
16 lines
295 B
Diff
diff --git a/test.sql b/test.sql
|
|
index d7a0ca8..f15bc76 100644
|
|
--- a/test.sql
|
|
+++ b/test.sql
|
|
@@ -9,9 +9,7 @@
|
|
\set ON_ERROR_STOP true
|
|
\set QUIET 1
|
|
|
|
-CREATE EXTENSION pgcrypto;
|
|
-CREATE EXTENSION pgtap;
|
|
-CREATE EXTENSION pgjwt;
|
|
+CREATE EXTENSION IF NOT EXISTS pgtap;
|
|
|
|
BEGIN;
|
|
SELECT plan(23);
|