1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-07-06 18:14:00 +02:00

Update package web with Quality structure

This commit is contained in:
Alexandre Iooss
2020-10-19 19:57:04 +02:00
parent d03d4fed40
commit d263f743f7
4 changed files with 15 additions and 14 deletions

View File

@ -4,6 +4,8 @@ import (
"net/http"
"net/http/httptest"
"testing"
"gitlab.crans.org/nounous/ghostream/messaging"
)
func TestViewerPageGET(t *testing.T) {
@ -12,6 +14,9 @@ func TestViewerPageGET(t *testing.T) {
t.Errorf("Failed to load templates: %v", err)
}
// Init streams messaging
streams = messaging.New()
cfg = &Options{}
// Test GET request