Skip to content

Commit

Permalink
Don't (yet) rely on tests having access to a proper DarkPAN.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Mar 16, 2016
1 parent 77f3f93 commit f13c889
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/queue.t
Expand Up @@ -3,12 +3,13 @@ use warnings;

use MetaCPAN::Queue;
use Test::More;
use Test::RequiresInternet ( 'cpan.metacpan.org' => 443 );

my $app = MetaCPAN::Queue->new;
ok( $app, 'queue app' );

my $release
= 't/var/darkpan/authors/id/T/TI/TINITA/HTML-Template-Compiled-1.001.tar.gz';
= 'https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTML-Restrict-2.2.2.tar.gz';

$app->minion->enqueue( index_release => [$release] );
$app->minion->enqueue( index_release => [ '--latest', $release ] );
Expand Down

0 comments on commit f13c889

Please sign in to comment.