We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a9ce6 commit 9d9cbc4Copy full SHA for 9d9cbc4
t/Apache-Session-MongoDB.t
@@ -20,7 +20,7 @@ BEGIN { use_ok('Apache::Session::MongoDB') }
20
SKIP: {
21
22
unless ( defined $ENV{MONGODB_SERVER} ) {
23
- skip 'MONGODB_SERVER is not set', 8;
+ skip 'MONGODB_SERVER is not set', 10;
24
}
25
my %h;
26
my $args = { host => $ENV{MONGODB_SERVER} };
0 commit comments