mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-03 06:37:14 +01:00
Typo corrected
This commit is contained in:
parent
c166261513
commit
13c5d25a2e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ func TestLog(t *testing.T) {
|
||||||
myHandler, ok := handler.(caddylog.Logger)
|
myHandler, ok := handler.(caddylog.Logger)
|
||||||
|
|
||||||
if !ok {
|
if !ok {
|
||||||
t.Fatalf("Expected handler to be type Ext, got: %#v", handler)
|
t.Fatalf("Expected handler to be type Logger, got: %#v", handler)
|
||||||
}
|
}
|
||||||
|
|
||||||
if myHandler.Rules[0].PathScope != "/" {
|
if myHandler.Rules[0].PathScope != "/" {
|
||||||
|
|
Loading…
Reference in a new issue