diff options
Diffstat (limited to 'packages/meshbay-hub/tests/test_hub_address_seam.py')
| -rw-r--r-- | packages/meshbay-hub/tests/test_hub_address_seam.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/meshbay-hub/tests/test_hub_address_seam.py b/packages/meshbay-hub/tests/test_hub_address_seam.py index 392a21c..ccdac7d 100644 --- a/packages/meshbay-hub/tests/test_hub_address_seam.py +++ b/packages/meshbay-hub/tests/test_hub_address_seam.py @@ -23,7 +23,8 @@ STATIC = Path(__file__).resolve().parents[1] / "src" / "meshbay_hub" / "static" # Files that issue hub requests. `app.js` gets its base from `platform.hubBase()` # and the rest reach the adapter through the global it publishes. -CALLERS = ["app.js", "keyderive.js", "transport.js", "crypto.js"] +CALLERS = ["app.js", "keyderive.js", "transport.js", "crypto.js", + "auth-page.js", "explore-page.js", "create-group-page.js"] def _source(name: str) -> str: |