summaryrefslogtreecommitdiffstats
path: root/markup/rst
diff options
context:
space:
mode:
Diffstat (limited to 'markup/rst')
-rw-r--r--markup/rst/convert_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/markup/rst/convert_test.go b/markup/rst/convert_test.go
index 9e98d0405..1897e650f 100644
--- a/markup/rst/convert_test.go
+++ b/markup/rst/convert_test.go
@@ -31,7 +31,7 @@ func TestConvert(t *testing.T) {
}
c := qt.New(t)
sc := security.DefaultConfig
- sc.Exec.Allow = security.NewWhitelist("rst", "python")
+ sc.Exec.Allow = security.MustNewWhitelist("rst", "python")
p, err := Provider.New(
converter.ProviderConfig{