Fix port for tests

This commit is contained in:
Marc Di Luzio 2020-06-02 15:54:28 +01:00
parent e3b065ff89
commit c085e56954

View file

@ -6,7 +6,7 @@ import (
"testing"
)
var serverUrl = "localhost:8080"
var serverUrl = "localhost:80"
func TestStatus(t *testing.T) {
conn := NewConnection(serverUrl)