diff options
Diffstat (limited to 'markup/rst')
-rw-r--r-- | markup/rst/convert_test.go | 2 |
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{ |