diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-07 10:33:49 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-20 15:27:17 +0200 |
commit | ae2abfd3aed3e75d39a316b49b914d187faa7475 (patch) | |
tree | 4d5060dc310f3d8cdcd5829779522f49b3d10e71 /server/tests/api/users | |
parent | 9c6327f803aaf4200672f1fc40b2f43786daca47 (diff) | |
download | PeerTube-ae2abfd3aed3e75d39a316b49b914d187faa7475.tar.gz PeerTube-ae2abfd3aed3e75d39a316b49b914d187faa7475.tar.zst PeerTube-ae2abfd3aed3e75d39a316b49b914d187faa7475.zip |
Introduce plugins command
Diffstat (limited to 'server/tests/api/users')
-rw-r--r-- | server/tests/api/users/users.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/tests/api/users/users.ts b/server/tests/api/users/users.ts index 92927ea97..ba4183e08 100644 --- a/server/tests/api/users/users.ts +++ b/server/tests/api/users/users.ts | |||
@@ -23,7 +23,6 @@ import { | |||
23 | getUsersListPaginationAndSort, | 23 | getUsersListPaginationAndSort, |
24 | getVideoChannel, | 24 | getVideoChannel, |
25 | getVideosList, | 25 | getVideosList, |
26 | installPlugin, | ||
27 | killallServers, | 26 | killallServers, |
28 | login, | 27 | login, |
29 | logout, | 28 | logout, |
@@ -75,7 +74,7 @@ describe('Test users', function () { | |||
75 | 74 | ||
76 | await setAccessTokensToServers([ server ]) | 75 | await setAccessTokensToServers([ server ]) |
77 | 76 | ||
78 | await installPlugin({ url: server.url, accessToken: server.accessToken, npmName: 'peertube-theme-background-red' }) | 77 | await server.pluginsCommand.install({ npmName: 'peertube-theme-background-red' }) |
79 | }) | 78 | }) |
80 | 79 | ||
81 | describe('OAuth client', function () { | 80 | describe('OAuth client', function () { |