Commit 705cd16d authored by Maxime's avatar Maxime

Fixed path issue: was absolute path but should be relative path

parent 0168a627
......@@ -40,7 +40,7 @@ func TestMarkdown(t *testing.T) {
Styles: []string{},
Scripts: []string{},
Templates: templates,
StaticDir: "/og_static",
StaticDir: "testdata/og_static",
StaticFiles: map[string]string{"/og/first.md": "testdata/og_static/og/first.md/index.html"},
},
},
......
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