aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/fixtures/peertube-plugin-test-id-pass-auth-two/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/fixtures/peertube-plugin-test-id-pass-auth-two/main.js')
-rw-r--r--server/tests/fixtures/peertube-plugin-test-id-pass-auth-two/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/fixtures/peertube-plugin-test-id-pass-auth-two/main.js b/server/tests/fixtures/peertube-plugin-test-id-pass-auth-two/main.js
index edfc870c0..c0e560019 100644
--- a/server/tests/fixtures/peertube-plugin-test-id-pass-auth-two/main.js
+++ b/server/tests/fixtures/peertube-plugin-test-id-pass-auth-two/main.js
@@ -3,7 +3,7 @@ async function register ({
3 peertubeHelpers 3 peertubeHelpers
4}) { 4}) {
5 registerIdAndPassAuth({ 5 registerIdAndPassAuth({
6 type: 'id-and-pass', 6 authName: 'laguna-auth',
7 7
8 onLogout: () => { 8 onLogout: () => {
9 peertubeHelpers.logger.info('On logout for auth 2 - 1') 9 peertubeHelpers.logger.info('On logout for auth 2 - 1')