mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 06:09:09 +01:00
Update tests to match new PWA start URL
This commit is contained in:
parent
b22be520d1
commit
9d18fd3b31
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue