Update tests to match new PWA start URL

This commit is contained in:
Karina Kwiatek 2023-01-21 19:21:51 +01:00
parent b22be520d1
commit 9d18fd3b31
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ describe ManifestsController, type: :controller do
body = JSON.parse(response.body)
expect(body["name"]).to eq("Specspring")
expect(body["start_url"]).to eq("http://test.host/?source=pwa")
expect(body["start_url"]).to eq("http://test.host/")
expect(body["scope"]).to eq("http://test.host/")
expect(body["theme_color"]).to eq("#5e35b1")
end