Fix port for tests
This commit is contained in:
parent
e3b065ff89
commit
c085e56954
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import (
|
|||
"testing"
|
||||
)
|
||||
|
||||
var serverUrl = "localhost:8080"
|
||||
var serverUrl = "localhost:80"
|
||||
|
||||
func TestStatus(t *testing.T) {
|
||||
conn := NewConnection(serverUrl)
|
||||
|
|
Loading…
Add table
Reference in a new issue