diff options
author | Chocobozzz <me@florianbigard.com> | 2022-08-03 11:49:39 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-08-03 11:49:39 +0200 |
commit | 84992f56069644b11f28cca2bb46277cd5912b69 (patch) | |
tree | 661b5273ccd8895d215c0c0f154b364f381387ba /server/tests/fixtures/peertube-plugin-test-id-pass-auth-three | |
parent | 5bdc34195c763be06bae262555db9fefb1852cb2 (diff) | |
download | PeerTube-84992f56069644b11f28cca2bb46277cd5912b69.tar.gz PeerTube-84992f56069644b11f28cca2bb46277cd5912b69.tar.zst PeerTube-84992f56069644b11f28cca2bb46277cd5912b69.zip |
Fix tests
Diffstat (limited to 'server/tests/fixtures/peertube-plugin-test-id-pass-auth-three')
-rw-r--r-- | server/tests/fixtures/peertube-plugin-test-id-pass-auth-three/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 caa6a7ccd..1200acfbd 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 | |||
@@ -32,7 +32,7 @@ async function register ({ | |||
32 | login (body) { | 32 | login (body) { |
33 | if (body.id === 'ward') { | 33 | if (body.id === 'ward') { |
34 | return Promise.resolve({ | 34 | return Promise.resolve({ |
35 | username: 'ward-42', | 35 | username: '-ward-42', |
36 | email: 'ward@example.com' | 36 | email: 'ward@example.com' |
37 | }) | 37 | }) |
38 | } | 38 | } |