Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
requests do not have to be performed against the application
  • Loading branch information
kraih committed Jan 18, 2014
1 parent 932b965 commit 5a17b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Test/Mojo.pm
Expand Up @@ -335,7 +335,7 @@ sub _request_ok {
return $self->_test('ok', $self->tx->is_websocket, $desc);
}

# Perform request against application
# Perform request
$self->tx($self->ua->start($tx));
my ($err, $code) = $self->tx->error;
Test::More::diag $err if !(my $ok = !$err || $code) && $err;
Expand Down

0 comments on commit 5a17b76

Please sign in to comment.