fix tests by adding test keys
This commit is contained in:
parent
0efc6514e3
commit
5e7b332e67
1 changed files with 2 additions and 0 deletions
|
|
@ -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' );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue