Fix broken Highlight test

This commit is contained in:
Bjørn Erik Pedersen 2015-12-03 12:37:48 +01:00
parent c1b5a48f4e
commit 69c28985ea

View file

@ -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()