Skip to content

Commit

Permalink
Drop unused $response for RunController::url
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Jan 16, 2022
1 parent eb8cd45 commit 51724b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Controller/RunTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function testUrl(): void
'QUERY_STRING' => 'url=%2Ftasks',
]);

$this->runs->url($this->app->request(), $this->app->response());
$this->runs->url($this->app->request());

$result = $this->view->all();
$this->assertEquals('url.view', $result['base_url']);
Expand Down

0 comments on commit 51724b6

Please sign in to comment.