Commit 13c5d25a authored by Karthic Rao's avatar Karthic Rao

Typo corrected

parent c1662615
...@@ -24,7 +24,7 @@ func TestLog(t *testing.T) { ...@@ -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 != "/" {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment