diff --git a/lib/DDG/Goodie/HelpLine.pm b/lib/DDG/Goodie/HelpLine.pm index 2b58a731e..541aa507a 100755 --- a/lib/DDG/Goodie/HelpLine.pm +++ b/lib/DDG/Goodie/HelpLine.pm @@ -11,7 +11,7 @@ my $triggers = LoadFile(share('triggers.yml')); triggers any => @$triggers; zci answer_type => 'helpline'; -zci is_cached => 1; +zci is_cached => 0; my $helplines = LoadFile(share('helplines.yml')); my %suicide_phrases = map { $_ => 1 } @$triggers; diff --git a/t/HelpLine.t b/t/HelpLine.t index 3864b399f..1d8c51685 100755 --- a/t/HelpLine.t +++ b/t/HelpLine.t @@ -9,7 +9,7 @@ use DDG::Test::Location; use DDG::Request; zci answer_type => 'helpline'; -zci is_cached => 1; +zci is_cached => 0; sub build_structured_answer{ my ($result, $num, $country) = @_; @@ -104,12 +104,6 @@ ddg_goodie_test( query_raw => 'suicide silence', location => test_location('us'), ), - undef, - - DDG::Request->new( - query_raw => 'suicide girls', - location => test_location('au'), - ), undef );