diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-10 15:03:34 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-10 15:04:08 +0100 |
commit | a25507f6c4dd6077d0ea33d884dcb145f3b359e9 (patch) | |
tree | bc9d19fca7fa6be712c462d9f028a17568b7432b /config/test.yaml | |
parent | 93ab83893d6c59c90fd92229af5ab2977d05940b (diff) | |
download | PeerTube-a25507f6c4dd6077d0ea33d884dcb145f3b359e9.tar.gz PeerTube-a25507f6c4dd6077d0ea33d884dcb145f3b359e9.tar.zst PeerTube-a25507f6c4dd6077d0ea33d884dcb145f3b359e9.zip |
Fix tests
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/test.yaml b/config/test.yaml index 78c000383..fea248d88 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -138,3 +138,7 @@ search: | |||
138 | disable_local_search: false | 138 | disable_local_search: false |
139 | # If you did not disable local search, you can decide to use the search index by default | 139 | # If you did not disable local search, you can decide to use the search index by default |
140 | is_default_search: true | 140 | is_default_search: true |
141 | |||
142 | federation: | ||
143 | videos: | ||
144 | federate_unlisted: true | ||