mirror of
https://github.com/caddyserver/caddy.git
synced 2025-09-18 11:32:59 +02: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…
Add table
Add a link
Reference in a new issue