Skip to content

Commit

Permalink
fix test endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
punytan committed Mar 10, 2013
1 parent f6b986c commit a9971be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/timeout.t
Expand Up @@ -4,7 +4,7 @@ use AnyEvent::Twitter::Stream;
use AnyEvent::Util qw(guard);
use Data::Dumper;
use JSON;
use Test::More skip_all => 'broken';
use Test::More;
use Test::TCP;
use Test::Requires qw(Plack::Builder Plack::Handler::Twiggy Try::Tiny);
use Test::Requires { 'Plack::Request' => '0.99' };
Expand Down Expand Up @@ -122,7 +122,7 @@ sub run_streaming_server {

return $user eq 'test' && $pass eq 's3cr3t';
};
mount '/1/' => $streaming;
mount '/1.1/' => $streaming;
};

my $server = Plack::Handler::Twiggy->new(
Expand Down

0 comments on commit a9971be

Please sign in to comment.