From e6bdc9656d9ca07d9f057338c48c3189597678fb Mon Sep 17 00:00:00 2001 From: Matthew Ramina Date: Wed, 31 Dec 2014 10:55:41 -0500 Subject: [PATCH] Ducksay: fix tests --- t/DuckSay.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/DuckSay.t b/t/DuckSay.t index dde7a4fc74..8058191bfd 100644 --- a/t/DuckSay.t +++ b/t/DuckSay.t @@ -24,13 +24,13 @@ ddg_spice_test( 'ducksay hello world!' => test_spice( '/js/spice/duck_say/', call_type => 'self', - is_unsafe => 1, + is_unsafe => 0, caller => 'DDG::Spice::DuckSay' ), 'daxsays hello world!' => test_spice( '/js/spice/duck_say/', call_type => 'self', - is_unsafe => 1, + is_unsafe => 0, caller => 'DDG::Spice::DuckSay' ) );