Skip to content
Snippets Groups Projects
Commit 7ef65209 authored by Georg Krause's avatar Georg Krause Committed by Georg Krause
Browse files

test(common): Fix test for SpaManifestView with Serializer

parent 74207298
Branches
No related tags found
No related merge requests found
......@@ -44,12 +44,9 @@ def test_manifest_endpoint(api_client, mocker, preferences, tmp_path, settings):
settings.FUNKWHALE_SPA_HTML_ROOT = str(tmp_path / "index.html")
preferences["instance__name"] = "Test pod"
preferences["instance__short_description"] = "Test description"
base_payload = {
"foo": "bar",
}
base_payload = {}
manifest = tmp_path / "manifest.json"
expected = {
"foo": "bar",
"name": "Test pod",
"short_name": "Test pod",
"description": "Test description",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment