aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/tests/harness/group_tab_probe.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-hub/tests/harness/group_tab_probe.py')
-rw-r--r--packages/meshbay-hub/tests/harness/group_tab_probe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-hub/tests/harness/group_tab_probe.py b/packages/meshbay-hub/tests/harness/group_tab_probe.py
index b6d2bcc..da1e8d1 100644
--- a/packages/meshbay-hub/tests/harness/group_tab_probe.py
+++ b/packages/meshbay-hub/tests/harness/group_tab_probe.py
@@ -52,7 +52,7 @@ window.MeshBayTransport = class {
constructor() { this.connected = false; this.memberRole = 'member'; }
async connect() {
this.connected = true;
- return { is_node_admin: false, member_upload: true,
+ return { is_node_admin: false,
enabled_apps: %(enabled)s,
tmdb_enabled: false, musicbrainz_enabled: false,
video_root: '', audio_root: '', photo_roots: [] };