mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2024-12-22 09:12:19 +00:00
Enable web server during tests
This commit is contained in:
parent
7ae82656a4
commit
0a0e8330f3
@ -13,7 +13,7 @@ func TestHTTPServe(t *testing.T) {
|
||||
t.Errorf("Failed to load templates: %v", err)
|
||||
}
|
||||
|
||||
go Serve(nil, nil, &Options{ListenAddress: "127.0.0.1:8081"})
|
||||
go Serve(nil, nil, &Options{Enabled: true, ListenAddress: "127.0.0.1:8081"})
|
||||
|
||||
// Sleep 1 second to ensure that the web server is running, to avoid fails because the request came too early
|
||||
time.Sleep(1000000000)
|
||||
|
Loading…
Reference in New Issue
Block a user