diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-13 14:23:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-20 15:27:18 +0200 |
commit | 7926c5f9b3ffcabb1ffb0dcfa5e48b8e0b88fbc0 (patch) | |
tree | 7a166515e4d57a06eb3c08be569f106ed049988b /server/tests/api/videos/multiple-servers.ts | |
parent | d0a0fa429d4651710ed951a3c11af0219e408964 (diff) | |
download | PeerTube-7926c5f9b3ffcabb1ffb0dcfa5e48b8e0b88fbc0.tar.gz PeerTube-7926c5f9b3ffcabb1ffb0dcfa5e48b8e0b88fbc0.tar.zst PeerTube-7926c5f9b3ffcabb1ffb0dcfa5e48b8e0b88fbc0.zip |
Introduce user command
Diffstat (limited to 'server/tests/api/videos/multiple-servers.ts')
-rw-r--r-- | server/tests/api/videos/multiple-servers.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/tests/api/videos/multiple-servers.ts b/server/tests/api/videos/multiple-servers.ts index 740314bfd..169bb2e23 100644 --- a/server/tests/api/videos/multiple-servers.ts +++ b/server/tests/api/videos/multiple-servers.ts | |||
@@ -10,7 +10,6 @@ import { | |||
10 | checkVideoFilesWereRemoved, | 10 | checkVideoFilesWereRemoved, |
11 | cleanupTests, | 11 | cleanupTests, |
12 | completeVideoCheck, | 12 | completeVideoCheck, |
13 | createUser, | ||
14 | dateIsValid, | 13 | dateIsValid, |
15 | doubleFollow, | 14 | doubleFollow, |
16 | flushAndRunMultipleServers, | 15 | flushAndRunMultipleServers, |
@@ -153,7 +152,7 @@ describe('Test multiple servers', function () { | |||
153 | username: 'user1', | 152 | username: 'user1', |
154 | password: 'super_password' | 153 | password: 'super_password' |
155 | } | 154 | } |
156 | await createUser({ url: servers[1].url, accessToken: servers[1].accessToken, username: user.username, password: user.password }) | 155 | await servers[1].usersCommand.create({ username: user.username, password: user.password }) |
157 | const userAccessToken = await servers[1].loginCommand.getAccessToken(user) | 156 | const userAccessToken = await servers[1].loginCommand.getAccessToken(user) |
158 | 157 | ||
159 | const videoAttributes = { | 158 | const videoAttributes = { |