Skip to content
Snippets Groups Projects
Commit 8c093e64 authored by ale's avatar ale
Browse files

Fix static content test

parent 937bcd65
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ func TestHTTP_ServeStaticAsset(t *testing.T) {
defer httpSrv.Close()
c := newTestHTTPClient()
resp, err := c.Get(httpSrv.URL + "/static/js/jquery-3.2.1.min.js")
resp, err := c.Get(httpSrv.URL + "/static/js/u2f.js")
if err != nil {
t.Fatal("http.Get():", err)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment