All working now
[catagits/Catalyst-TraitFor-Request-ProxyBase.git] / t / live-test.t
index 765ef8e..d63c560 100644 (file)
@@ -17,7 +17,8 @@ use Catalyst::Test 'TestApp';
 sub req_with_base {
     my $base = shift;
 
-    my ($res, $c) = ctx_request(GET('/'));
+    my ($res, $c) = ctx_request(GET('http://localhost/',
+        'X-Request-Base' => $base ));
     return $c;
 }