From e1c5503114deef954731904695cd40dccfcef555 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 23 Apr 2020 11:36:50 +0200 Subject: Support logout and add id and pass tests --- server/tests/fixtures/peertube-plugin-test-id-pass-auth-three/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/fixtures/peertube-plugin-test-id-pass-auth-three') diff --git a/server/tests/fixtures/peertube-plugin-test-id-pass-auth-three/main.js b/server/tests/fixtures/peertube-plugin-test-id-pass-auth-three/main.js index 2a15b3754..372f3fa0c 100644 --- a/server/tests/fixtures/peertube-plugin-test-id-pass-auth-three/main.js +++ b/server/tests/fixtures/peertube-plugin-test-id-pass-auth-three/main.js @@ -3,7 +3,7 @@ async function register ({ peertubeHelpers }) { registerIdAndPassAuth({ - type: 'id-and-pass', + authName: 'laguna-bad-auth', onLogout: () => { peertubeHelpers.logger.info('On logout for auth 3 - 1') -- cgit v1.2.3