Skip to content

Commit f13c889

Browse files
committed
Don't (yet) rely on tests having access to a proper DarkPAN.
1 parent 77f3f93 commit f13c889

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/queue.t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ use warnings;
33

44
use MetaCPAN::Queue;
55
use Test::More;
6+
use Test::RequiresInternet ( 'cpan.metacpan.org' => 443 );
67

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

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

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

0 commit comments

Comments
 (0)