Skip to content

Commit

Permalink
fix tests by adding test keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Bell committed Jun 29, 2010
1 parent 0efc651 commit 5e7b332
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/Auth/Twitter.t
Expand Up @@ -58,6 +58,8 @@ my $tmpl = $auth->getTemplateChooseUsername;
isa_ok( $tmpl, 'WebGUI::Asset::Template' );
is( $tmpl->getId, $session->setting->get('twitterTemplateIdChooseUsername'), "Template taken from settings" );

$session->setting->set( 'twitterConsumerKey' => '3hvJpBr73pa4FycNrqw' );
$session->setting->set( 'twitterConsumerSecret' => 'E4M5DJ66RAXiHgNCnJES96yTqglttsUes6OBcw9A' );
my $nt = $auth->getTwitter;
isa_ok( $nt, 'Net::Twitter' );

Expand Down

0 comments on commit 5e7b332

Please sign in to comment.