about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/plack.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/plack.t b/t/plack.t
index b3c87642..50c9e605 100644
--- a/t/plack.t
+++ b/t/plack.t
@@ -83,7 +83,7 @@ EOF
 
         test_psgi($app, sub {
                 my ($cb) = @_;
-                my $atomurl = 'http://example.com/test/atom.xml';
+                my $atomurl = 'http://example.com/test/new.atom';
                 my $res = $cb->(GET('http://example.com/test/'));
                 is(200, $res->code, 'success response received');
                 like($res->content, qr!href="\Q$atomurl\E"!,