mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-29 19:11:07 +02:00
Fix statistics test
This commit is contained in:
@ -31,7 +31,7 @@ func TestViewerPageGET(t *testing.T) {
|
||||
}
|
||||
|
||||
// Test GET request on statistics page
|
||||
r, _ = http.NewRequest("GET", "/", nil)
|
||||
r, _ = http.NewRequest("GET", "/_stats/demo/", nil)
|
||||
w = httptest.NewRecorder()
|
||||
http.HandlerFunc(statisticsHandler).ServeHTTP(w, r)
|
||||
if w.Code != http.StatusOK {
|
||||
|
Reference in New Issue
Block a user