mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Fix broken Highlight test
This commit is contained in:
parent
c1b5a48f4e
commit
69c28985ea
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ func TestHighlight(t *testing.T) {
|
|||
t.Skip("Skip test as Pygments is not installed")
|
||||
}
|
||||
viper.Set("PygmentsStyle", "bw")
|
||||
viper.Set("PygmentsUseClasses", false)
|
||||
|
||||
tem := tpl.New()
|
||||
|
||||
|
|
Loading…
Reference in a new issue