mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
Update config_test.go
This commit is contained in:
parent
7e41f6ed62
commit
8f9f6caa4e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ func TestNewDefault(t *testing.T) {
|
|||
t.Errorf("Host was %s but expected %s", actual, expected)
|
||||
}
|
||||
if actual, expected := config.Port, DefaultPort; actual != expected {
|
||||
t.Errorf("Port was %d but expected %d", actual, expected)
|
||||
t.Errorf("Port was %s but expected %s", actual, expected)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue