Add AntiDrift favicon
This commit is contained in:
@@ -215,6 +215,8 @@ func TestServesStaticAssets(t *testing.T) {
|
||||
}{
|
||||
{"/app.css", "css"},
|
||||
{"/app.js", "javascript"},
|
||||
{"/favicon.ico", "image"},
|
||||
{"/favicon.png", "image"},
|
||||
}
|
||||
for _, tc := range cases {
|
||||
req := httptest.NewRequest(http.MethodGet, tc.path, nil)
|
||||
|
||||
Reference in New Issue
Block a user