diff options
author | Chocobozzz <me@florianbigard.com> | 2020-04-27 10:58:09 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-05-04 16:21:39 +0200 |
commit | 829b794a8542b55bdfff481fa7c3593bc88cb696 (patch) | |
tree | 0f493580cad5b915f76eef5de174b2ba5e7204c5 /server/tests/external-plugins/index.ts | |
parent | 2db9c70f670c2210d103062fa143dc4888caa190 (diff) | |
download | PeerTube-829b794a8542b55bdfff481fa7c3593bc88cb696.tar.gz PeerTube-829b794a8542b55bdfff481fa7c3593bc88cb696.tar.zst PeerTube-829b794a8542b55bdfff481fa7c3593bc88cb696.zip |
Add plugin ldap tests
Diffstat (limited to 'server/tests/external-plugins/index.ts')
-rw-r--r-- | server/tests/external-plugins/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/external-plugins/index.ts b/server/tests/external-plugins/index.ts new file mode 100644 index 000000000..1f1236c69 --- /dev/null +++ b/server/tests/external-plugins/index.ts | |||
@@ -0,0 +1 @@ | |||
export * from './auth-ldap' | |||