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:
@ -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
|
||||
|
Reference in New Issue
Block a user