WrapCGI: implementing mst's suggestions
[catagits/Catalyst-Controller-WrapCGI.git] / t / cgibin.t
index 52fa7fc..bdb4435 100644 (file)
@@ -11,7 +11,7 @@ use Test::More tests => 4;
 use Catalyst::Test 'TestCGIBin';
 use HTTP::Request::Common;
 
-my $response = request POST '/cgi-bin/test.pl', [
+my $response = request POST '/cgi-bin/path/test.pl', [
     foo => 'bar',
     bar => 'baz'
 ];