fix(manifest): Don't add start_url and scope to manifest

This commit is contained in:
Georg Krause 2022-10-14 08:36:33 +02:00 committed by Georg Krause
commit 7f76b12119
3 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,6 @@ def test_manifest_endpoint(api_client, mocker, preferences, tmp_path, settings):
"name": "Test pod",
"short_name": "Test pod",
"description": "Test description",
"start_url": federation_utils.full_url("/"),
}
manifest.write_bytes(json.dumps(base_payload).encode())