Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-charriere committed Aug 22, 2024
1 parent adb6a03 commit d9cb82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ func TestHandlerServeManifestJSONWithGitHubPages(t *testing.T) {
require.Contains(t, body, `"src": "https://raw.githubusercontent.com/maxence-charriere/go-app/master/docs/web/icon.png"`)
require.Contains(t, body, `"background_color": "#0000f0"`)
require.Contains(t, body, `"theme_color": "#0000ff"`)
require.Contains(t, body, `"scope": "/go-app/"`)
require.Contains(t, body, `"scope": "/"`)
require.Contains(t, body, `"start_url": "/go-app"`)
}

Expand Down

0 comments on commit d9cb82c

Please sign in to comment.