File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public function a_http_request_with_the_handler_url_is_made()
25
25
26
26
// Assert
27
27
CloudTasksApi::assertTaskCreated (function (Task $ task ): bool {
28
- return $ task ->getHttpRequest ()->getUrl () === 'http://docker.for.mac.localhost:8080/handle-task ' ;
28
+ return $ task ->getHttpRequest ()->getUrl () === 'http://docker.for.mac.localhost:8080 ' ;
29
29
});
30
30
}
31
31
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ protected function getEnvironmentSetUp($app)
93
93
'queue ' => 'barbequeue ' ,
94
94
'project ' => 'my-test-project ' ,
95
95
'location ' => 'europe-west6 ' ,
96
- 'handler ' => env ('CLOUD_TASKS_HANDLER ' , 'http://docker.for.mac.localhost:8080/handle-task ' ),
96
+ 'handler ' => env ('CLOUD_TASKS_HANDLER ' , 'http://docker.for.mac.localhost:8080 ' ),
97
97
'service_account_email ' => 'info@stackkit.io ' ,
98
98
]);
99
99
$ app ['config ' ]->set ('queue.failed.driver ' , 'database-uuids ' );
@@ -195,7 +195,7 @@ protected function addIdTokenToHeader(?Closure $closure = null): void
195
195
{
196
196
$ base = [
197
197
'iss ' => 'https://accounts.google.com ' ,
198
- 'aud ' => 'http://docker.for.mac.localhost:8080/handle-task ' ,
198
+ 'aud ' => 'http://docker.for.mac.localhost:8080 ' ,
199
199
'exp ' => time () + 10 ,
200
200
];
201
201
You can’t perform that action at this time.
0 commit comments