diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-13 11:57:34 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-13 11:57:34 +0200 |
commit | a06581f2968dc0d21570cc53ff94de96ede70a54 (patch) | |
tree | 0ab186ad579fde0f8be0d8b8382f9039634a356d /server/tests/api/notifications/user-notifications.ts | |
parent | 6676056a316a09557b8445cf6c0583ff8c588339 (diff) | |
download | PeerTube-a06581f2968dc0d21570cc53ff94de96ede70a54.tar.gz PeerTube-a06581f2968dc0d21570cc53ff94de96ede70a54.tar.zst PeerTube-a06581f2968dc0d21570cc53ff94de96ede70a54.zip |
Fix tests
Diffstat (limited to 'server/tests/api/notifications/user-notifications.ts')
-rw-r--r-- | server/tests/api/notifications/user-notifications.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/notifications/user-notifications.ts b/server/tests/api/notifications/user-notifications.ts index dfa2234da..04abc6738 100644 --- a/server/tests/api/notifications/user-notifications.ts +++ b/server/tests/api/notifications/user-notifications.ts | |||
@@ -884,7 +884,7 @@ describe('Test users notifications', function () { | |||
884 | followings: { | 884 | followings: { |
885 | instance: { | 885 | instance: { |
886 | autoFollowIndex: { | 886 | autoFollowIndex: { |
887 | indexUrl: 'http://localhost:42100', | 887 | indexUrl: 'http://localhost:42101/api/v1/instances/hosts', |
888 | enabled: true | 888 | enabled: true |
889 | } | 889 | } |
890 | } | 890 | } |